Shades of Sulu #ABFF6B
Tints of Sulu #ABFF6B
RGB
CMYK
RGB Variations
Color information
#ABFF6B (or 0xABFF6B) is known color: Sulu. HEX triplet: AB, FF and 6B. RGB value is (171,255,107). Sum of RGB (Red+Green+Blue) = 171+255+107=533 (70% of max value = 765). Red value is 171 (67.19% from 255 or 32.08% from 533); Green value is 255 (100% from 255 or 47.84% from 533); Blue value is 107 (42.19% from 255 or 20.08% from 533); Max value from RGB is 255 - color contains mainly: green. Hex color #ABFF6B is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ABFF6B is #540094. Grayscale: #D5D5D5. Windows color (decimal): -5505173 or 7077803. OLE color: 7077803.
HSL color Cylindrical-coordinate representation of color #ABFF6B: hue angle of 94.05º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #ABFF6B is Cyan = 0.33, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.
Color convert
| RGB | 171 | 255 | 107 | - |
| CMYK | 0.33 | 0 | 0.58 | 0 |
| HSL | 94.05º | 1% | 0.71% | - |
| HSV(B) | 94.05º | 0.58% | 1% | - |
| XYZ | 55.21 | 81.24 | 26.68 | - |
| YUV | 213.01 | 68.17 | 98.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 255 | 107 | 0.33 | 0 | 0.58 | 0 | 94.05 | 1 | 0.71 |
| Hex | AB | FF | 6B | 21 | 0 | 3A | 0 | 5E | 64 | 47 |
| Octal | 253 | 377 | 153 | 41 | 0 | 72 | 0 | 136 | 144 | 107 |
| Binary | 10101011 | 11111111 | 1101011 | 100001 | 0 | 111010 | 0 | 1011110 | 1100100 | 1000111 |
Color Harmonies of #ABFF6B
Complementary color
Monochromatic Colors of #ABFF6B
Black with #ABFF6B
Text Example
Text Example
White with #ABFF6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABFF6B; }
p { color: rgb(171,255,107); }
H1.HeaderClassName
{
color: #ABFF6B;
}
.AnyTagClassName
{
color: #ABFF6B;
}
</style>
background-color css
<style>
a { background-color: #ABFF6B; }
a { background-color: rgb(171,255,107); }
div.DivClassName
{
background-color: #ABFF6B;
}
.BgClassName
{
background-color: #ABFF6B;
}
</style>
border-color css
<style>
span { border-color: #ABFF6B; }
span { border-color: rgb(171,255,107); }
td.TdClassName
{
border-color: #ABFF6B;
}
.TagClassName
{
border-color: #ABFF6B;
}
</style>