Shades of Sulu #ABFF6E
Tints of Sulu #ABFF6E
RGB
CMYK
RGB Variations
Color information
#ABFF6E (or 0xABFF6E) is known color: Sulu. HEX triplet: AB, FF and 6E. RGB value is (171,255,110). Sum of RGB (Red+Green+Blue) = 171+255+110=536 (70% of max value = 765). Red value is 171 (67.19% from 255 or 31.90% from 536); Green value is 255 (100% from 255 or 47.57% from 536); Blue value is 110 (43.36% from 255 or 20.52% from 536); Max value from RGB is 255 - color contains mainly: green. Hex color #ABFF6E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ABFF6E is #540091. Grayscale: #D5D5D5. Windows color (decimal): -5505170 or 7274411. OLE color: 7274411.
HSL color Cylindrical-coordinate representation of color #ABFF6E: hue angle of 94.76º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #ABFF6E is Cyan = 0.33, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.
Color convert
| RGB | 171 | 255 | 110 | - |
| CMYK | 0.33 | 0 | 0.57 | 0 |
| HSL | 94.76º | 1% | 0.72% | - |
| HSV(B) | 94.76º | 0.57% | 1% | - |
| XYZ | 55.37 | 81.3 | 27.53 | - |
| YUV | 213.35 | 69.67 | 97.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 255 | 110 | 0.33 | 0 | 0.57 | 0 | 94.76 | 1 | 0.72 |
| Hex | AB | FF | 6E | 21 | 0 | 39 | 0 | 5F | 64 | 48 |
| Octal | 253 | 377 | 156 | 41 | 0 | 71 | 0 | 137 | 144 | 110 |
| Binary | 10101011 | 11111111 | 1101110 | 100001 | 0 | 111001 | 0 | 1011111 | 1100100 | 1001000 |
Color Harmonies of #ABFF6E
Complementary color
Monochromatic Colors of #ABFF6E
Black with #ABFF6E
Text Example
Text Example
White with #ABFF6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABFF6E; }
p { color: rgb(171,255,110); }
H1.HeaderClassName
{
color: #ABFF6E;
}
.AnyTagClassName
{
color: #ABFF6E;
}
</style>
background-color css
<style>
a { background-color: #ABFF6E; }
a { background-color: rgb(171,255,110); }
div.DivClassName
{
background-color: #ABFF6E;
}
.BgClassName
{
background-color: #ABFF6E;
}
</style>
border-color css
<style>
span { border-color: #ABFF6E; }
span { border-color: rgb(171,255,110); }
td.TdClassName
{
border-color: #ABFF6E;
}
.TagClassName
{
border-color: #ABFF6E;
}
</style>