Shades of Sulu #ABFD6E
Tints of Sulu #ABFD6E
RGB
CMYK
RGB Variations
Color information
#ABFD6E (or 0xABFD6E) is known color: Sulu. HEX triplet: AB, FD and 6E. RGB value is (171,253,110). Sum of RGB (Red+Green+Blue) = 171+253+110=534 (70% of max value = 765). Red value is 171 (67.19% from 255 or 32.02% from 534); Green value is 253 (99.22% from 255 or 47.38% from 534); Blue value is 110 (43.36% from 255 or 20.60% from 534); Max value from RGB is 253 - color contains mainly: green. Hex color #ABFD6E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ABFD6E is #540291. Grayscale: #D4D4D4. Windows color (decimal): -5505682 or 7273899. OLE color: 7273899.
HSL color Cylindrical-coordinate representation of color #ABFD6E: hue angle of 94.41º degrees, saturation: 0.97, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #ABFD6E is Cyan = 0.32, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 171 | 253 | 110 | - |
| CMYK | 0.32 | 0 | 0.57 | 0.01 |
| HSL | 94.41º | 0.97% | 0.71% | - |
| HSV(B) | 94.41º | 0.57% | 0.99% | - |
| XYZ | 54.73 | 80.03 | 27.32 | - |
| YUV | 212.18 | 70.33 | 98.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 253 | 110 | 0.32 | 0 | 0.57 | 0.01 | 94.41 | 0.97 | 0.71 |
| Hex | AB | FD | 6E | 20 | 0 | 39 | 1 | 5E | 61 | 47 |
| Octal | 253 | 375 | 156 | 40 | 0 | 71 | 1 | 136 | 141 | 107 |
| Binary | 10101011 | 11111101 | 1101110 | 100000 | 0 | 111001 | 1 | 1011110 | 1100001 | 1000111 |
Color Harmonies of #ABFD6E
Complementary color
Monochromatic Colors of #ABFD6E
Black with #ABFD6E
Text Example
Text Example
White with #ABFD6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABFD6E; }
p { color: rgb(171,253,110); }
H1.HeaderClassName
{
color: #ABFD6E;
}
.AnyTagClassName
{
color: #ABFD6E;
}
</style>
background-color css
<style>
a { background-color: #ABFD6E; }
a { background-color: rgb(171,253,110); }
div.DivClassName
{
background-color: #ABFD6E;
}
.BgClassName
{
background-color: #ABFD6E;
}
</style>
border-color css
<style>
span { border-color: #ABFD6E; }
span { border-color: rgb(171,253,110); }
td.TdClassName
{
border-color: #ABFD6E;
}
.TagClassName
{
border-color: #ABFD6E;
}
</style>