Shades of Sulu #ABFE6D
Tints of Sulu #ABFE6D
RGB
CMYK
RGB Variations
Color information
#ABFE6D (or 0xABFE6D) is known color: Sulu. HEX triplet: AB, FE and 6D. RGB value is (171,254,109). Sum of RGB (Red+Green+Blue) = 171+254+109=534 (70% of max value = 765). Red value is 171 (67.19% from 255 or 32.02% from 534); Green value is 254 (99.61% from 255 or 47.57% from 534); Blue value is 109 (42.97% from 255 or 20.41% from 534); Max value from RGB is 254 - color contains mainly: green. Hex color #ABFE6D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ABFE6D is #540192. Grayscale: #D5D5D5. Windows color (decimal): -5505427 or 7208619. OLE color: 7208619.
HSL color Cylindrical-coordinate representation of color #ABFE6D: hue angle of 94.34º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #ABFE6D is Cyan = 0.33, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 171 | 254 | 109 | - |
| CMYK | 0.33 | 0 | 0.57 | 0.00 |
| HSL | 94.34º | 0.99% | 0.71% | - |
| HSV(B) | 94.34º | 0.57% | 1% | - |
| XYZ | 55 | 80.65 | 27.14 | - |
| YUV | 212.65 | 69.5 | 98.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 254 | 109 | 0.33 | 0 | 0.57 | 0.00 | 94.34 | 0.99 | 0.71 |
| Hex | AB | FE | 6D | 21 | 0 | 39 | 0 | 5E | 63 | 47 |
| Octal | 253 | 376 | 155 | 41 | 0 | 71 | 0 | 136 | 143 | 107 |
| Binary | 10101011 | 11111110 | 1101101 | 100001 | 0 | 111001 | 0 | 1011110 | 1100011 | 1000111 |
Color Harmonies of #ABFE6D
Complementary color
Monochromatic Colors of #ABFE6D
Black with #ABFE6D
Text Example
Text Example
White with #ABFE6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABFE6D; }
p { color: rgb(171,254,109); }
H1.HeaderClassName
{
color: #ABFE6D;
}
.AnyTagClassName
{
color: #ABFE6D;
}
</style>
background-color css
<style>
a { background-color: #ABFE6D; }
a { background-color: rgb(171,254,109); }
div.DivClassName
{
background-color: #ABFE6D;
}
.BgClassName
{
background-color: #ABFE6D;
}
</style>
border-color css
<style>
span { border-color: #ABFE6D; }
span { border-color: rgb(171,254,109); }
td.TdClassName
{
border-color: #ABFE6D;
}
.TagClassName
{
border-color: #ABFE6D;
}
</style>