Shades of Sulu #AFEC6C
Tints of Sulu #AFEC6C
RGB
CMYK
RGB Variations
Color information
#AFEC6C (or 0xAFEC6C) is known color: Sulu. HEX triplet: AF, EC and 6C. RGB value is (175,236,108). Sum of RGB (Red+Green+Blue) = 175+236+108=519 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.72% from 519); Green value is 236 (92.58% from 255 or 45.47% from 519); Blue value is 108 (42.58% from 255 or 20.81% from 519); Max value from RGB is 236 - color contains mainly: green. Hex color #AFEC6C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AFEC6C is #501393. Grayscale: #CBCBCB. Windows color (decimal): -5247892 or 7138479. OLE color: 7138479.
HSL color Cylindrical-coordinate representation of color #AFEC6C: hue angle of 88.59º degrees, saturation: 0.77, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AFEC6C is Cyan = 0.26, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 175 | 236 | 108 | - |
| CMYK | 0.26 | 0 | 0.54 | 0.07 |
| HSL | 88.59º | 0.77% | 0.67% | - |
| HSV(B) | 88.59º | 0.54% | 0.93% | - |
| XYZ | 50.38 | 70.19 | 25.08 | - |
| YUV | 203.17 | 74.29 | 107.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 236 | 108 | 0.26 | 0 | 0.54 | 0.07 | 88.59 | 0.77 | 0.67 |
| Hex | AF | EC | 6C | 1A | 0 | 36 | 7 | 59 | 4D | 43 |
| Octal | 257 | 354 | 154 | 32 | 0 | 66 | 7 | 131 | 115 | 103 |
| Binary | 10101111 | 11101100 | 1101100 | 11010 | 0 | 110110 | 111 | 1011001 | 1001101 | 1000011 |
Color Harmonies of #AFEC6C
Complementary color
Monochromatic Colors of #AFEC6C
Black with #AFEC6C
Text Example
Text Example
White with #AFEC6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFEC6C; }
p { color: rgb(175,236,108); }
H1.HeaderClassName
{
color: #AFEC6C;
}
.AnyTagClassName
{
color: #AFEC6C;
}
</style>
background-color css
<style>
a { background-color: #AFEC6C; }
a { background-color: rgb(175,236,108); }
div.DivClassName
{
background-color: #AFEC6C;
}
.BgClassName
{
background-color: #AFEC6C;
}
</style>
border-color css
<style>
span { border-color: #AFEC6C; }
span { border-color: rgb(175,236,108); }
td.TdClassName
{
border-color: #AFEC6C;
}
.TagClassName
{
border-color: #AFEC6C;
}
</style>