Shades of Sulu #ABFC70
Tints of Sulu #ABFC70
RGB
CMYK
RGB Variations
Color information
#ABFC70 (or 0xABFC70) is known color: Sulu. HEX triplet: AB, FC and 70. RGB value is (171,252,112). Sum of RGB (Red+Green+Blue) = 171+252+112=535 (70% of max value = 765). Red value is 171 (67.19% from 255 or 31.96% from 535); Green value is 252 (98.83% from 255 or 47.10% from 535); Blue value is 112 (44.14% from 255 or 20.93% from 535); Max value from RGB is 252 - color contains mainly: green. Hex color #ABFC70 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ABFC70 is #54038F. Grayscale: #D4D4D4. Windows color (decimal): -5505936 or 7404715. OLE color: 7404715.
HSL color Cylindrical-coordinate representation of color #ABFC70: hue angle of 94.71º degrees, saturation: 0.96, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #ABFC70 is Cyan = 0.32, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 171 | 252 | 112 | - |
| CMYK | 0.32 | 0 | 0.56 | 0.01 |
| HSL | 94.71º | 0.96% | 0.71% | - |
| HSV(B) | 94.71º | 0.56% | 0.99% | - |
| XYZ | 54.53 | 79.45 | 27.79 | - |
| YUV | 211.82 | 71.66 | 98.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 252 | 112 | 0.32 | 0 | 0.56 | 0.01 | 94.71 | 0.96 | 0.71 |
| Hex | AB | FC | 70 | 20 | 0 | 38 | 1 | 5F | 60 | 47 |
| Octal | 253 | 374 | 160 | 40 | 0 | 70 | 1 | 137 | 140 | 107 |
| Binary | 10101011 | 11111100 | 1110000 | 100000 | 0 | 111000 | 1 | 1011111 | 1100000 | 1000111 |
Color Harmonies of #ABFC70
Complementary color
Monochromatic Colors of #ABFC70
Black with #ABFC70
Text Example
Text Example
White with #ABFC70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABFC70; }
p { color: rgb(171,252,112); }
H1.HeaderClassName
{
color: #ABFC70;
}
.AnyTagClassName
{
color: #ABFC70;
}
</style>
background-color css
<style>
a { background-color: #ABFC70; }
a { background-color: rgb(171,252,112); }
div.DivClassName
{
background-color: #ABFC70;
}
.BgClassName
{
background-color: #ABFC70;
}
</style>
border-color css
<style>
span { border-color: #ABFC70; }
span { border-color: rgb(171,252,112); }
td.TdClassName
{
border-color: #ABFC70;
}
.TagClassName
{
border-color: #ABFC70;
}
</style>