Shades of Sulu #ABFC6B
Tints of Sulu #ABFC6B
RGB
CMYK
RGB Variations
Color information
#ABFC6B (or 0xABFC6B) is known color: Sulu. HEX triplet: AB, FC and 6B. RGB value is (171,252,107). Sum of RGB (Red+Green+Blue) = 171+252+107=530 (70% of max value = 765). Red value is 171 (67.19% from 255 or 32.26% from 530); Green value is 252 (98.83% from 255 or 47.55% from 530); Blue value is 107 (42.19% from 255 or 20.19% from 530); Max value from RGB is 252 - color contains mainly: green. Hex color #ABFC6B is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ABFC6B is #540394. Grayscale: #D3D3D3. Windows color (decimal): -5505941 or 7077035. OLE color: 7077035.
HSL color Cylindrical-coordinate representation of color #ABFC6B: hue angle of 93.52º degrees, saturation: 0.96, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #ABFC6B is Cyan = 0.32, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 171 | 252 | 107 | - |
| CMYK | 0.32 | 0 | 0.58 | 0.01 |
| HSL | 93.52º | 0.96% | 0.7% | - |
| HSV(B) | 93.52º | 0.58% | 0.99% | - |
| XYZ | 54.26 | 79.34 | 26.36 | - |
| YUV | 211.25 | 69.16 | 99.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 252 | 107 | 0.32 | 0 | 0.58 | 0.01 | 93.52 | 0.96 | 0.7 |
| Hex | AB | FC | 6B | 20 | 0 | 3A | 1 | 5E | 60 | 46 |
| Octal | 253 | 374 | 153 | 40 | 0 | 72 | 1 | 136 | 140 | 106 |
| Binary | 10101011 | 11111100 | 1101011 | 100000 | 0 | 111010 | 1 | 1011110 | 1100000 | 1000110 |
Color Harmonies of #ABFC6B
Complementary color
Monochromatic Colors of #ABFC6B
Black with #ABFC6B
Text Example
Text Example
White with #ABFC6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABFC6B; }
p { color: rgb(171,252,107); }
H1.HeaderClassName
{
color: #ABFC6B;
}
.AnyTagClassName
{
color: #ABFC6B;
}
</style>
background-color css
<style>
a { background-color: #ABFC6B; }
a { background-color: rgb(171,252,107); }
div.DivClassName
{
background-color: #ABFC6B;
}
.BgClassName
{
background-color: #ABFC6B;
}
</style>
border-color css
<style>
span { border-color: #ABFC6B; }
span { border-color: rgb(171,252,107); }
td.TdClassName
{
border-color: #ABFC6B;
}
.TagClassName
{
border-color: #ABFC6B;
}
</style>