Shades of Sulu #AFE66F
Tints of Sulu #AFE66F
RGB
CMYK
RGB Variations
Color information
#AFE66F (or 0xAFE66F) is known color: Sulu. HEX triplet: AF, E6 and 6F. RGB value is (175,230,111). Sum of RGB (Red+Green+Blue) = 175+230+111=516 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.91% from 516); Green value is 230 (90.23% from 255 or 44.57% from 516); Blue value is 111 (43.75% from 255 or 21.51% from 516); Max value from RGB is 230 - color contains mainly: green. Hex color #AFE66F is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AFE66F is #501990. Grayscale: #C8C8C8. Windows color (decimal): -5249425 or 7333551. OLE color: 7333551.
HSL color Cylindrical-coordinate representation of color #AFE66F: hue angle of 87.73º degrees, saturation: 0.7, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AFE66F is Cyan = 0.24, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 175 | 230 | 111 | - |
| CMYK | 0.24 | 0 | 0.52 | 0.10 |
| HSL | 87.73º | 0.7% | 0.67% | - |
| HSV(B) | 87.73º | 0.52% | 0.9% | - |
| XYZ | 48.85 | 66.86 | 25.37 | - |
| YUV | 199.99 | 77.78 | 110.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 230 | 111 | 0.24 | 0 | 0.52 | 0.10 | 87.73 | 0.7 | 0.67 |
| Hex | AF | E6 | 6F | 18 | 0 | 34 | A | 58 | 46 | 43 |
| Octal | 257 | 346 | 157 | 30 | 0 | 64 | 12 | 130 | 106 | 103 |
| Binary | 10101111 | 11100110 | 1101111 | 11000 | 0 | 110100 | 1010 | 1011000 | 1000110 | 1000011 |
Color Harmonies of #AFE66F
Complementary color
Monochromatic Colors of #AFE66F
Black with #AFE66F
Text Example
Text Example
White with #AFE66F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFE66F; }
p { color: rgb(175,230,111); }
H1.HeaderClassName
{
color: #AFE66F;
}
.AnyTagClassName
{
color: #AFE66F;
}
</style>
background-color css
<style>
a { background-color: #AFE66F; }
a { background-color: rgb(175,230,111); }
div.DivClassName
{
background-color: #AFE66F;
}
.BgClassName
{
background-color: #AFE66F;
}
</style>
border-color css
<style>
span { border-color: #AFE66F; }
span { border-color: rgb(175,230,111); }
td.TdClassName
{
border-color: #AFE66F;
}
.TagClassName
{
border-color: #AFE66F;
}
</style>