Shades of Sulu #AFE76E
Tints of Sulu #AFE76E
RGB
CMYK
RGB Variations
Color information
#AFE76E (or 0xAFE76E) is known color: Sulu. HEX triplet: AF, E7 and 6E. RGB value is (175,231,110). Sum of RGB (Red+Green+Blue) = 175+231+110=516 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.91% from 516); Green value is 231 (90.62% from 255 or 44.77% from 516); Blue value is 110 (43.36% from 255 or 21.32% from 516); Max value from RGB is 231 - color contains mainly: green. Hex color #AFE76E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AFE76E is #501891. Grayscale: #C8C8C8. Windows color (decimal): -5249170 or 7268271. OLE color: 7268271.
HSL color Cylindrical-coordinate representation of color #AFE76E: hue angle of 87.77º degrees, saturation: 0.72, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AFE76E is Cyan = 0.24, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 175 | 231 | 110 | - |
| CMYK | 0.24 | 0 | 0.52 | 0.09 |
| HSL | 87.77º | 0.72% | 0.67% | - |
| HSV(B) | 87.77º | 0.52% | 0.91% | - |
| XYZ | 49.07 | 67.39 | 25.17 | - |
| YUV | 200.46 | 76.95 | 109.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 231 | 110 | 0.24 | 0 | 0.52 | 0.09 | 87.77 | 0.72 | 0.67 |
| Hex | AF | E7 | 6E | 18 | 0 | 34 | 9 | 58 | 48 | 43 |
| Octal | 257 | 347 | 156 | 30 | 0 | 64 | 11 | 130 | 110 | 103 |
| Binary | 10101111 | 11100111 | 1101110 | 11000 | 0 | 110100 | 1001 | 1011000 | 1001000 | 1000011 |
Color Harmonies of #AFE76E
Complementary color
Monochromatic Colors of #AFE76E
Black with #AFE76E
Text Example
Text Example
White with #AFE76E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFE76E; }
p { color: rgb(175,231,110); }
H1.HeaderClassName
{
color: #AFE76E;
}
.AnyTagClassName
{
color: #AFE76E;
}
</style>
background-color css
<style>
a { background-color: #AFE76E; }
a { background-color: rgb(175,231,110); }
div.DivClassName
{
background-color: #AFE76E;
}
.BgClassName
{
background-color: #AFE76E;
}
</style>
border-color css
<style>
span { border-color: #AFE76E; }
span { border-color: rgb(175,231,110); }
td.TdClassName
{
border-color: #AFE76E;
}
.TagClassName
{
border-color: #AFE76E;
}
</style>