Shades of Sulu #ABFE6E
Tints of Sulu #ABFE6E
RGB
CMYK
RGB Variations
Color information
#ABFE6E (or 0xABFE6E) is known color: Sulu. HEX triplet: AB, FE and 6E. RGB value is (171,254,110). Sum of RGB (Red+Green+Blue) = 171+254+110=535 (70% of max value = 765). Red value is 171 (67.19% from 255 or 31.96% from 535); Green value is 254 (99.61% from 255 or 47.48% from 535); Blue value is 110 (43.36% from 255 or 20.56% from 535); Max value from RGB is 254 - color contains mainly: green. Hex color #ABFE6E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ABFE6E is #540191. Grayscale: #D5D5D5. Windows color (decimal): -5505426 or 7274155. OLE color: 7274155.
HSL color Cylindrical-coordinate representation of color #ABFE6E: hue angle of 94.58º 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 #ABFE6E is Cyan = 0.33, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 171 | 254 | 110 | - |
| CMYK | 0.33 | 0 | 0.57 | 0.00 |
| HSL | 94.58º | 0.99% | 0.71% | - |
| HSV(B) | 94.58º | 0.57% | 1% | - |
| XYZ | 55.05 | 80.67 | 27.42 | - |
| YUV | 212.77 | 70 | 98.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 254 | 110 | 0.33 | 0 | 0.57 | 0.00 | 94.58 | 0.99 | 0.71 |
| Hex | AB | FE | 6E | 21 | 0 | 39 | 0 | 5F | 63 | 47 |
| Octal | 253 | 376 | 156 | 41 | 0 | 71 | 0 | 137 | 143 | 107 |
| Binary | 10101011 | 11111110 | 1101110 | 100001 | 0 | 111001 | 0 | 1011111 | 1100011 | 1000111 |
Color Harmonies of #ABFE6E
Complementary color
Monochromatic Colors of #ABFE6E
Black with #ABFE6E
Text Example
Text Example
White with #ABFE6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABFE6E; }
p { color: rgb(171,254,110); }
H1.HeaderClassName
{
color: #ABFE6E;
}
.AnyTagClassName
{
color: #ABFE6E;
}
</style>
background-color css
<style>
a { background-color: #ABFE6E; }
a { background-color: rgb(171,254,110); }
div.DivClassName
{
background-color: #ABFE6E;
}
.BgClassName
{
background-color: #ABFE6E;
}
</style>
border-color css
<style>
span { border-color: #ABFE6E; }
span { border-color: rgb(171,254,110); }
td.TdClassName
{
border-color: #ABFE6E;
}
.TagClassName
{
border-color: #ABFE6E;
}
</style>