Shades of Sulu #ABF770
Tints of Sulu #ABF770
RGB
CMYK
RGB Variations
Color information
#ABF770 (or 0xABF770) is known color: Sulu. HEX triplet: AB, F7 and 70. RGB value is (171,247,112). Sum of RGB (Red+Green+Blue) = 171+247+112=530 (70% of max value = 765). Red value is 171 (67.19% from 255 or 32.26% from 530); Green value is 247 (96.88% from 255 or 46.60% from 530); Blue value is 112 (44.14% from 255 or 21.13% from 530); Max value from RGB is 247 - color contains mainly: green. Hex color #ABF770 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ABF770 is #54088F. Grayscale: #D1D1D1. Windows color (decimal): -5507216 or 7403435. OLE color: 7403435.
HSL color Cylindrical-coordinate representation of color #ABF770: hue angle of 93.78º degrees, saturation: 0.89, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #ABF770 is Cyan = 0.31, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 171 | 247 | 112 | - |
| CMYK | 0.31 | 0 | 0.55 | 0.03 |
| HSL | 93.78º | 0.89% | 0.7% | - |
| HSV(B) | 93.78º | 0.55% | 0.97% | - |
| XYZ | 52.98 | 76.35 | 27.27 | - |
| YUV | 208.89 | 73.32 | 100.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 247 | 112 | 0.31 | 0 | 0.55 | 0.03 | 93.78 | 0.89 | 0.7 |
| Hex | AB | F7 | 70 | 1F | 0 | 37 | 3 | 5E | 59 | 46 |
| Octal | 253 | 367 | 160 | 37 | 0 | 67 | 3 | 136 | 131 | 106 |
| Binary | 10101011 | 11110111 | 1110000 | 11111 | 0 | 110111 | 11 | 1011110 | 1011001 | 1000110 |
Color Harmonies of #ABF770
Complementary color
Monochromatic Colors of #ABF770
Black with #ABF770
Text Example
Text Example
White with #ABF770
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABF770; }
p { color: rgb(171,247,112); }
H1.HeaderClassName
{
color: #ABF770;
}
.AnyTagClassName
{
color: #ABF770;
}
</style>
background-color css
<style>
a { background-color: #ABF770; }
a { background-color: rgb(171,247,112); }
div.DivClassName
{
background-color: #ABF770;
}
.BgClassName
{
background-color: #ABF770;
}
</style>
border-color css
<style>
span { border-color: #ABF770; }
span { border-color: rgb(171,247,112); }
td.TdClassName
{
border-color: #ABF770;
}
.TagClassName
{
border-color: #ABF770;
}
</style>