Shades of Sulu #ABFF72
Tints of Sulu #ABFF72
RGB
CMYK
RGB Variations
Color information
#ABFF72 (or 0xABFF72) is known color: Sulu. HEX triplet: AB, FF and 72. RGB value is (171,255,114). Sum of RGB (Red+Green+Blue) = 171+255+114=540 (71% of max value = 765). Red value is 171 (67.19% from 255 or 31.67% from 540); Green value is 255 (100% from 255 or 47.22% from 540); Blue value is 114 (44.92% from 255 or 21.11% from 540); Max value from RGB is 255 - color contains mainly: green. Hex color #ABFF72 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ABFF72 is #54008D. Grayscale: #D6D6D6. Windows color (decimal): -5505166 or 7536555. OLE color: 7536555.
HSL color Cylindrical-coordinate representation of color #ABFF72: hue angle of 95.74º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #ABFF72 is Cyan = 0.33, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.
Color convert
| RGB | 171 | 255 | 114 | - |
| CMYK | 0.33 | 0 | 0.55 | 0 |
| HSL | 95.74º | 1% | 0.72% | - |
| HSV(B) | 95.74º | 0.55% | 1% | - |
| XYZ | 55.59 | 81.39 | 28.7 | - |
| YUV | 213.81 | 71.67 | 97.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 255 | 114 | 0.33 | 0 | 0.55 | 0 | 95.74 | 1 | 0.72 |
| Hex | AB | FF | 72 | 21 | 0 | 37 | 0 | 60 | 64 | 48 |
| Octal | 253 | 377 | 162 | 41 | 0 | 67 | 0 | 140 | 144 | 110 |
| Binary | 10101011 | 11111111 | 1110010 | 100001 | 0 | 110111 | 0 | 1100000 | 1100100 | 1001000 |
Color Harmonies of #ABFF72
Complementary color
Monochromatic Colors of #ABFF72
Black with #ABFF72
Text Example
Text Example
White with #ABFF72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABFF72; }
p { color: rgb(171,255,114); }
H1.HeaderClassName
{
color: #ABFF72;
}
.AnyTagClassName
{
color: #ABFF72;
}
</style>
background-color css
<style>
a { background-color: #ABFF72; }
a { background-color: rgb(171,255,114); }
div.DivClassName
{
background-color: #ABFF72;
}
.BgClassName
{
background-color: #ABFF72;
}
</style>
border-color css
<style>
span { border-color: #ABFF72; }
span { border-color: rgb(171,255,114); }
td.TdClassName
{
border-color: #ABFF72;
}
.TagClassName
{
border-color: #ABFF72;
}
</style>