Shades of Sulu #AFE86D
Tints of Sulu #AFE86D
RGB
CMYK
RGB Variations
Color information
#AFE86D (or 0xAFE86D) is known color: Sulu. HEX triplet: AF, E8 and 6D. RGB value is (175,232,109). Sum of RGB (Red+Green+Blue) = 175+232+109=516 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.91% from 516); Green value is 232 (91.02% from 255 or 44.96% from 516); Blue value is 109 (42.97% from 255 or 21.12% from 516); Max value from RGB is 232 - color contains mainly: green. Hex color #AFE86D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AFE86D is #501792. Grayscale: #C9C9C9. Windows color (decimal): -5248915 or 7202991. OLE color: 7202991.
HSL color Cylindrical-coordinate representation of color #AFE86D: hue angle of 87.8º degrees, saturation: 0.73, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AFE86D is Cyan = 0.25, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 175 | 232 | 109 | - |
| CMYK | 0.25 | 0 | 0.53 | 0.09 |
| HSL | 87.8º | 0.73% | 0.67% | - |
| HSV(B) | 87.8º | 0.53% | 0.91% | - |
| XYZ | 49.3 | 67.93 | 24.98 | - |
| YUV | 200.94 | 76.12 | 109.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 232 | 109 | 0.25 | 0 | 0.53 | 0.09 | 87.8 | 0.73 | 0.67 |
| Hex | AF | E8 | 6D | 19 | 0 | 35 | 9 | 58 | 49 | 43 |
| Octal | 257 | 350 | 155 | 31 | 0 | 65 | 11 | 130 | 111 | 103 |
| Binary | 10101111 | 11101000 | 1101101 | 11001 | 0 | 110101 | 1001 | 1011000 | 1001001 | 1000011 |
Color Harmonies of #AFE86D
Complementary color
Monochromatic Colors of #AFE86D
Black with #AFE86D
Text Example
Text Example
White with #AFE86D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFE86D; }
p { color: rgb(175,232,109); }
H1.HeaderClassName
{
color: #AFE86D;
}
.AnyTagClassName
{
color: #AFE86D;
}
</style>
background-color css
<style>
a { background-color: #AFE86D; }
a { background-color: rgb(175,232,109); }
div.DivClassName
{
background-color: #AFE86D;
}
.BgClassName
{
background-color: #AFE86D;
}
</style>
border-color css
<style>
span { border-color: #AFE86D; }
span { border-color: rgb(175,232,109); }
td.TdClassName
{
border-color: #AFE86D;
}
.TagClassName
{
border-color: #AFE86D;
}
</style>