Shades of Sulu #AFE76F
Tints of Sulu #AFE76F
RGB
CMYK
RGB Variations
Color information
#AFE76F (or 0xAFE76F) is known color: Sulu. HEX triplet: AF, E7 and 6F. RGB value is (175,231,111). Sum of RGB (Red+Green+Blue) = 175+231+111=517 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.85% from 517); Green value is 231 (90.62% from 255 or 44.68% from 517); Blue value is 111 (43.75% from 255 or 21.47% from 517); Max value from RGB is 231 - color contains mainly: green. Hex color #AFE76F is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AFE76F is #501890. Grayscale: #C9C9C9. Windows color (decimal): -5249169 or 7333807. OLE color: 7333807.
HSL color Cylindrical-coordinate representation of color #AFE76F: hue angle of 88º degrees, saturation: 0.71, 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 #AFE76F is Cyan = 0.24, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 175 | 231 | 111 | - |
| CMYK | 0.24 | 0 | 0.52 | 0.09 |
| HSL | 88º | 0.71% | 0.67% | - |
| HSV(B) | 88º | 0.52% | 0.91% | - |
| XYZ | 49.12 | 67.41 | 25.46 | - |
| YUV | 200.58 | 77.45 | 109.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 231 | 111 | 0.24 | 0 | 0.52 | 0.09 | 88 | 0.71 | 0.67 |
| Hex | AF | E7 | 6F | 18 | 0 | 34 | 9 | 58 | 47 | 43 |
| Octal | 257 | 347 | 157 | 30 | 0 | 64 | 11 | 130 | 107 | 103 |
| Binary | 10101111 | 11100111 | 1101111 | 11000 | 0 | 110100 | 1001 | 1011000 | 1000111 | 1000011 |
Color Harmonies of #AFE76F
Complementary color
Monochromatic Colors of #AFE76F
Black with #AFE76F
Text Example
Text Example
White with #AFE76F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFE76F; }
p { color: rgb(175,231,111); }
H1.HeaderClassName
{
color: #AFE76F;
}
.AnyTagClassName
{
color: #AFE76F;
}
</style>
background-color css
<style>
a { background-color: #AFE76F; }
a { background-color: rgb(175,231,111); }
div.DivClassName
{
background-color: #AFE76F;
}
.BgClassName
{
background-color: #AFE76F;
}
</style>
border-color css
<style>
span { border-color: #AFE76F; }
span { border-color: rgb(175,231,111); }
td.TdClassName
{
border-color: #AFE76F;
}
.TagClassName
{
border-color: #AFE76F;
}
</style>