Shades of Sulu #AFEA70
Tints of Sulu #AFEA70
RGB
CMYK
RGB Variations
Color information
#AFEA70 (or 0xAFEA70) is known color: Sulu. HEX triplet: AF, EA and 70. RGB value is (175,234,112). Sum of RGB (Red+Green+Blue) = 175+234+112=521 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.59% from 521); Green value is 234 (91.80% from 255 or 44.91% from 521); Blue value is 112 (44.14% from 255 or 21.50% from 521); Max value from RGB is 234 - color contains mainly: green. Hex color #AFEA70 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AFEA70 is #50158F. Grayscale: #CACACA. Windows color (decimal): -5248400 or 7400111. OLE color: 7400111.
HSL color Cylindrical-coordinate representation of color #AFEA70: hue angle of 89.02º degrees, saturation: 0.74, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AFEA70 is Cyan = 0.25, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 175 | 234 | 112 | - |
| CMYK | 0.25 | 0 | 0.52 | 0.08 |
| HSL | 89.02º | 0.74% | 0.68% | - |
| HSV(B) | 89.02º | 0.52% | 0.92% | - |
| XYZ | 50.03 | 69.13 | 26.04 | - |
| YUV | 202.45 | 76.95 | 108.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 234 | 112 | 0.25 | 0 | 0.52 | 0.08 | 89.02 | 0.74 | 0.68 |
| Hex | AF | EA | 70 | 19 | 0 | 34 | 8 | 59 | 4A | 44 |
| Octal | 257 | 352 | 160 | 31 | 0 | 64 | 10 | 131 | 112 | 104 |
| Binary | 10101111 | 11101010 | 1110000 | 11001 | 0 | 110100 | 1000 | 1011001 | 1001010 | 1000100 |
Color Harmonies of #AFEA70
Complementary color
Monochromatic Colors of #AFEA70
Black with #AFEA70
Text Example
Text Example
White with #AFEA70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFEA70; }
p { color: rgb(175,234,112); }
H1.HeaderClassName
{
color: #AFEA70;
}
.AnyTagClassName
{
color: #AFEA70;
}
</style>
background-color css
<style>
a { background-color: #AFEA70; }
a { background-color: rgb(175,234,112); }
div.DivClassName
{
background-color: #AFEA70;
}
.BgClassName
{
background-color: #AFEA70;
}
</style>
border-color css
<style>
span { border-color: #AFEA70; }
span { border-color: rgb(175,234,112); }
td.TdClassName
{
border-color: #AFEA70;
}
.TagClassName
{
border-color: #AFEA70;
}
</style>