Shades of Sulu #AFEC72
Tints of Sulu #AFEC72
RGB
CMYK
RGB Variations
Color information
#AFEC72 (or 0xAFEC72) is known color: Sulu. HEX triplet: AF, EC and 72. RGB value is (175,236,114). Sum of RGB (Red+Green+Blue) = 175+236+114=525 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.33% from 525); Green value is 236 (92.58% from 255 or 44.95% from 525); Blue value is 114 (44.92% from 255 or 21.71% from 525); Max value from RGB is 236 - color contains mainly: green. Hex color #AFEC72 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AFEC72 is #50138D. Grayscale: #CCCCCC. Windows color (decimal): -5247886 or 7531695. OLE color: 7531695.
HSL color Cylindrical-coordinate representation of color #AFEC72: hue angle of 90º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AFEC72 is Cyan = 0.26, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 175 | 236 | 114 | - |
| CMYK | 0.26 | 0 | 0.52 | 0.07 |
| HSL | 90º | 0.76% | 0.69% | - |
| HSV(B) | 90º | 0.52% | 0.93% | - |
| XYZ | 50.71 | 70.32 | 26.82 | - |
| YUV | 203.85 | 77.29 | 107.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 236 | 114 | 0.26 | 0 | 0.52 | 0.07 | 90 | 0.76 | 0.69 |
| Hex | AF | EC | 72 | 1A | 0 | 34 | 7 | 5A | 4C | 45 |
| Octal | 257 | 354 | 162 | 32 | 0 | 64 | 7 | 132 | 114 | 105 |
| Binary | 10101111 | 11101100 | 1110010 | 11010 | 0 | 110100 | 111 | 1011010 | 1001100 | 1000101 |
Color Harmonies of #AFEC72
Complementary color
Monochromatic Colors of #AFEC72
Black with #AFEC72
Text Example
Text Example
White with #AFEC72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFEC72; }
p { color: rgb(175,236,114); }
H1.HeaderClassName
{
color: #AFEC72;
}
.AnyTagClassName
{
color: #AFEC72;
}
</style>
background-color css
<style>
a { background-color: #AFEC72; }
a { background-color: rgb(175,236,114); }
div.DivClassName
{
background-color: #AFEC72;
}
.BgClassName
{
background-color: #AFEC72;
}
</style>
border-color css
<style>
span { border-color: #AFEC72; }
span { border-color: rgb(175,236,114); }
td.TdClassName
{
border-color: #AFEC72;
}
.TagClassName
{
border-color: #AFEC72;
}
</style>