Shades of Sulu #ABFF6D
Tints of Sulu #ABFF6D
RGB
CMYK
RGB Variations
Color information
#ABFF6D (or 0xABFF6D) is known color: Sulu. HEX triplet: AB, FF and 6D. RGB value is (171,255,109). Sum of RGB (Red+Green+Blue) = 171+255+109=535 (70% of max value = 765). Red value is 171 (67.19% from 255 or 31.96% from 535); Green value is 255 (100% from 255 or 47.66% from 535); Blue value is 109 (42.97% from 255 or 20.37% from 535); Max value from RGB is 255 - color contains mainly: green. Hex color #ABFF6D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ABFF6D is #540092. Grayscale: #D5D5D5. Windows color (decimal): -5505171 or 7208875. OLE color: 7208875.
HSL color Cylindrical-coordinate representation of color #ABFF6D: hue angle of 94.52º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #ABFF6D is Cyan = 0.33, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.
Color convert
| RGB | 171 | 255 | 109 | - |
| CMYK | 0.33 | 0 | 0.57 | 0 |
| HSL | 94.52º | 1% | 0.71% | - |
| HSV(B) | 94.52º | 0.57% | 1% | - |
| XYZ | 55.31 | 81.28 | 27.24 | - |
| YUV | 213.24 | 69.17 | 97.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 255 | 109 | 0.33 | 0 | 0.57 | 0 | 94.52 | 1 | 0.71 |
| Hex | AB | FF | 6D | 21 | 0 | 39 | 0 | 5F | 64 | 47 |
| Octal | 253 | 377 | 155 | 41 | 0 | 71 | 0 | 137 | 144 | 107 |
| Binary | 10101011 | 11111111 | 1101101 | 100001 | 0 | 111001 | 0 | 1011111 | 1100100 | 1000111 |
Color Harmonies of #ABFF6D
Complementary color
Monochromatic Colors of #ABFF6D
Black with #ABFF6D
Text Example
Text Example
White with #ABFF6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABFF6D; }
p { color: rgb(171,255,109); }
H1.HeaderClassName
{
color: #ABFF6D;
}
.AnyTagClassName
{
color: #ABFF6D;
}
</style>
background-color css
<style>
a { background-color: #ABFF6D; }
a { background-color: rgb(171,255,109); }
div.DivClassName
{
background-color: #ABFF6D;
}
.BgClassName
{
background-color: #ABFF6D;
}
</style>
border-color css
<style>
span { border-color: #ABFF6D; }
span { border-color: rgb(171,255,109); }
td.TdClassName
{
border-color: #ABFF6D;
}
.TagClassName
{
border-color: #ABFF6D;
}
</style>