Shades of Sulu #ABFC72
Tints of Sulu #ABFC72
RGB
CMYK
RGB Variations
Color information
#ABFC72 (or 0xABFC72) is known color: Sulu. HEX triplet: AB, FC and 72. RGB value is (171,252,114). Sum of RGB (Red+Green+Blue) = 171+252+114=537 (71% of max value = 765). Red value is 171 (67.19% from 255 or 31.84% from 537); Green value is 252 (98.83% from 255 or 46.93% from 537); Blue value is 114 (44.92% from 255 or 21.23% from 537); Max value from RGB is 252 - color contains mainly: green. Hex color #ABFC72 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ABFC72 is #54038D. Grayscale: #D4D4D4. Windows color (decimal): -5505934 or 7535787. OLE color: 7535787.
HSL color Cylindrical-coordinate representation of color #ABFC72: hue angle of 95.22º degrees, saturation: 0.96, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #ABFC72 is Cyan = 0.32, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 171 | 252 | 114 | - |
| CMYK | 0.32 | 0 | 0.55 | 0.01 |
| HSL | 95.22º | 0.96% | 0.72% | - |
| HSV(B) | 95.22º | 0.55% | 0.99% | - |
| XYZ | 54.64 | 79.49 | 28.38 | - |
| YUV | 212.05 | 72.66 | 98.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 252 | 114 | 0.32 | 0 | 0.55 | 0.01 | 95.22 | 0.96 | 0.72 |
| Hex | AB | FC | 72 | 20 | 0 | 37 | 1 | 5F | 60 | 48 |
| Octal | 253 | 374 | 162 | 40 | 0 | 67 | 1 | 137 | 140 | 110 |
| Binary | 10101011 | 11111100 | 1110010 | 100000 | 0 | 110111 | 1 | 1011111 | 1100000 | 1001000 |
Color Harmonies of #ABFC72
Complementary color
Monochromatic Colors of #ABFC72
Black with #ABFC72
Text Example
Text Example
White with #ABFC72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABFC72; }
p { color: rgb(171,252,114); }
H1.HeaderClassName
{
color: #ABFC72;
}
.AnyTagClassName
{
color: #ABFC72;
}
</style>
background-color css
<style>
a { background-color: #ABFC72; }
a { background-color: rgb(171,252,114); }
div.DivClassName
{
background-color: #ABFC72;
}
.BgClassName
{
background-color: #ABFC72;
}
</style>
border-color css
<style>
span { border-color: #ABFC72; }
span { border-color: rgb(171,252,114); }
td.TdClassName
{
border-color: #ABFC72;
}
.TagClassName
{
border-color: #ABFC72;
}
</style>