Shades of Sulu #ABFE74
Tints of Sulu #ABFE74
RGB
CMYK
RGB Variations
Color information
#ABFE74 (or 0xABFE74) is known color: Sulu. HEX triplet: AB, FE and 74. RGB value is (171,254,116). Sum of RGB (Red+Green+Blue) = 171+254+116=541 (71% of max value = 765). Red value is 171 (67.19% from 255 or 31.61% from 541); Green value is 254 (99.61% from 255 or 46.95% from 541); Blue value is 116 (45.70% from 255 or 21.44% from 541); Max value from RGB is 254 - color contains mainly: green. Hex color #ABFE74 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ABFE74 is #54018B. Grayscale: #D5D5D5. Windows color (decimal): -5505420 or 7667371. OLE color: 7667371.
HSL color Cylindrical-coordinate representation of color #ABFE74: hue angle of 96.09º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #ABFE74 is Cyan = 0.33, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 171 | 254 | 116 | - |
| CMYK | 0.33 | 0 | 0.54 | 0.00 |
| HSL | 96.09º | 0.99% | 0.73% | - |
| HSV(B) | 96.09º | 0.54% | 1% | - |
| XYZ | 55.39 | 80.8 | 29.2 | - |
| YUV | 213.45 | 73 | 97.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 254 | 116 | 0.33 | 0 | 0.54 | 0.00 | 96.09 | 0.99 | 0.73 |
| Hex | AB | FE | 74 | 21 | 0 | 36 | 0 | 60 | 63 | 49 |
| Octal | 253 | 376 | 164 | 41 | 0 | 66 | 0 | 140 | 143 | 111 |
| Binary | 10101011 | 11111110 | 1110100 | 100001 | 0 | 110110 | 0 | 1100000 | 1100011 | 1001001 |
Color Harmonies of #ABFE74
Complementary color
Monochromatic Colors of #ABFE74
Black with #ABFE74
Text Example
Text Example
White with #ABFE74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABFE74; }
p { color: rgb(171,254,116); }
H1.HeaderClassName
{
color: #ABFE74;
}
.AnyTagClassName
{
color: #ABFE74;
}
</style>
background-color css
<style>
a { background-color: #ABFE74; }
a { background-color: rgb(171,254,116); }
div.DivClassName
{
background-color: #ABFE74;
}
.BgClassName
{
background-color: #ABFE74;
}
</style>
border-color css
<style>
span { border-color: #ABFE74; }
span { border-color: rgb(171,254,116); }
td.TdClassName
{
border-color: #ABFE74;
}
.TagClassName
{
border-color: #ABFE74;
}
</style>