Shades of Sulu #ABFE70
Tints of Sulu #ABFE70
RGB
CMYK
RGB Variations
Color information
#ABFE70 (or 0xABFE70) is known color: Sulu. HEX triplet: AB, FE and 70. RGB value is (171,254,112). Sum of RGB (Red+Green+Blue) = 171+254+112=537 (71% of max value = 765). Red value is 171 (67.19% from 255 or 31.84% from 537); Green value is 254 (99.61% from 255 or 47.30% from 537); Blue value is 112 (44.14% from 255 or 20.86% from 537); Max value from RGB is 254 - color contains mainly: green. Hex color #ABFE70 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ABFE70 is #54018F. Grayscale: #D5D5D5. Windows color (decimal): -5505424 or 7405227. OLE color: 7405227.
HSL color Cylindrical-coordinate representation of color #ABFE70: hue angle of 95.07º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #ABFE70 is Cyan = 0.33, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 171 | 254 | 112 | - |
| CMYK | 0.33 | 0 | 0.56 | 0.00 |
| HSL | 95.07º | 0.99% | 0.72% | - |
| HSV(B) | 95.07º | 0.56% | 1% | - |
| XYZ | 55.16 | 80.71 | 28 | - |
| YUV | 213 | 71 | 98.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 254 | 112 | 0.33 | 0 | 0.56 | 0.00 | 95.07 | 0.99 | 0.72 |
| Hex | AB | FE | 70 | 21 | 0 | 38 | 0 | 5F | 63 | 48 |
| Octal | 253 | 376 | 160 | 41 | 0 | 70 | 0 | 137 | 143 | 110 |
| Binary | 10101011 | 11111110 | 1110000 | 100001 | 0 | 111000 | 0 | 1011111 | 1100011 | 1001000 |
Color Harmonies of #ABFE70
Complementary color
Monochromatic Colors of #ABFE70
Black with #ABFE70
Text Example
Text Example
White with #ABFE70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABFE70; }
p { color: rgb(171,254,112); }
H1.HeaderClassName
{
color: #ABFE70;
}
.AnyTagClassName
{
color: #ABFE70;
}
</style>
background-color css
<style>
a { background-color: #ABFE70; }
a { background-color: rgb(171,254,112); }
div.DivClassName
{
background-color: #ABFE70;
}
.BgClassName
{
background-color: #ABFE70;
}
</style>
border-color css
<style>
span { border-color: #ABFE70; }
span { border-color: rgb(171,254,112); }
td.TdClassName
{
border-color: #ABFE70;
}
.TagClassName
{
border-color: #ABFE70;
}
</style>