Shades of Sulu #ABF76C
Tints of Sulu #ABF76C
RGB
CMYK
RGB Variations
Color information
#ABF76C (or 0xABF76C) is known color: Sulu. HEX triplet: AB, F7 and 6C. RGB value is (171,247,108). Sum of RGB (Red+Green+Blue) = 171+247+108=526 (69% of max value = 765). Red value is 171 (67.19% from 255 or 32.51% from 526); Green value is 247 (96.88% from 255 or 46.96% from 526); Blue value is 108 (42.58% from 255 or 20.53% from 526); Max value from RGB is 247 - color contains mainly: green. Hex color #ABF76C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ABF76C is #540893. Grayscale: #D0D0D0. Windows color (decimal): -5507220 or 7141291. OLE color: 7141291.
HSL color Cylindrical-coordinate representation of color #ABF76C: hue angle of 92.81º degrees, saturation: 0.9, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #ABF76C is Cyan = 0.31, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 171 | 247 | 108 | - |
| CMYK | 0.31 | 0 | 0.56 | 0.03 |
| HSL | 92.81º | 0.9% | 0.7% | - |
| HSV(B) | 92.81º | 0.56% | 0.97% | - |
| XYZ | 52.76 | 76.26 | 26.13 | - |
| YUV | 208.43 | 71.32 | 101.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 247 | 108 | 0.31 | 0 | 0.56 | 0.03 | 92.81 | 0.9 | 0.7 |
| Hex | AB | F7 | 6C | 1F | 0 | 38 | 3 | 5D | 5A | 46 |
| Octal | 253 | 367 | 154 | 37 | 0 | 70 | 3 | 135 | 132 | 106 |
| Binary | 10101011 | 11110111 | 1101100 | 11111 | 0 | 111000 | 11 | 1011101 | 1011010 | 1000110 |
Color Harmonies of #ABF76C
Complementary color
Monochromatic Colors of #ABF76C
Black with #ABF76C
Text Example
Text Example
White with #ABF76C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABF76C; }
p { color: rgb(171,247,108); }
H1.HeaderClassName
{
color: #ABF76C;
}
.AnyTagClassName
{
color: #ABF76C;
}
</style>
background-color css
<style>
a { background-color: #ABF76C; }
a { background-color: rgb(171,247,108); }
div.DivClassName
{
background-color: #ABF76C;
}
.BgClassName
{
background-color: #ABF76C;
}
</style>
border-color css
<style>
span { border-color: #ABF76C; }
span { border-color: rgb(171,247,108); }
td.TdClassName
{
border-color: #ABF76C;
}
.TagClassName
{
border-color: #ABF76C;
}
</style>