Shades of Sulu #ABFF74
Tints of Sulu #ABFF74
RGB
CMYK
RGB Variations
Color information
#ABFF74 (or 0xABFF74) is known color: Sulu. HEX triplet: AB, FF and 74. RGB value is (171,255,116). Sum of RGB (Red+Green+Blue) = 171+255+116=542 (71% of max value = 765). Red value is 171 (67.19% from 255 or 31.55% from 542); Green value is 255 (100% from 255 or 47.05% from 542); Blue value is 116 (45.70% from 255 or 21.40% from 542); Max value from RGB is 255 - color contains mainly: green. Hex color #ABFF74 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ABFF74 is #54008B. Grayscale: #D6D6D6. Windows color (decimal): -5505164 or 7667627. OLE color: 7667627.
HSL color Cylindrical-coordinate representation of color #ABFF74: hue angle of 96.26º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #ABFF74 is Cyan = 0.33, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.
Color convert
| RGB | 171 | 255 | 116 | - |
| CMYK | 0.33 | 0 | 0.55 | 0 |
| HSL | 96.26º | 1% | 0.73% | - |
| HSV(B) | 96.26º | 0.55% | 1% | - |
| XYZ | 55.71 | 81.44 | 29.31 | - |
| YUV | 214.04 | 72.67 | 97.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 255 | 116 | 0.33 | 0 | 0.55 | 0 | 96.26 | 1 | 0.73 |
| Hex | AB | FF | 74 | 21 | 0 | 37 | 0 | 60 | 64 | 49 |
| Octal | 253 | 377 | 164 | 41 | 0 | 67 | 0 | 140 | 144 | 111 |
| Binary | 10101011 | 11111111 | 1110100 | 100001 | 0 | 110111 | 0 | 1100000 | 1100100 | 1001001 |
Color Harmonies of #ABFF74
Complementary color
Monochromatic Colors of #ABFF74
Black with #ABFF74
Text Example
Text Example
White with #ABFF74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABFF74; }
p { color: rgb(171,255,116); }
H1.HeaderClassName
{
color: #ABFF74;
}
.AnyTagClassName
{
color: #ABFF74;
}
</style>
background-color css
<style>
a { background-color: #ABFF74; }
a { background-color: rgb(171,255,116); }
div.DivClassName
{
background-color: #ABFF74;
}
.BgClassName
{
background-color: #ABFF74;
}
</style>
border-color css
<style>
span { border-color: #ABFF74; }
span { border-color: rgb(171,255,116); }
td.TdClassName
{
border-color: #ABFF74;
}
.TagClassName
{
border-color: #ABFF74;
}
</style>