Shades of Sulu #AFEA71
Tints of Sulu #AFEA71
RGB
CMYK
RGB Variations
Color information
#AFEA71 (or 0xAFEA71) is known color: Sulu. HEX triplet: AF, EA and 71. RGB value is (175,234,113). Sum of RGB (Red+Green+Blue) = 175+234+113=522 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.52% from 522); Green value is 234 (91.80% from 255 or 44.83% from 522); Blue value is 113 (44.53% from 255 or 21.65% from 522); Max value from RGB is 234 - color contains mainly: green. Hex color #AFEA71 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AFEA71 is #50158E. Grayscale: #CACACA. Windows color (decimal): -5248399 or 7465647. OLE color: 7465647.
HSL color Cylindrical-coordinate representation of color #AFEA71: hue angle of 89.26º 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 #AFEA71 is Cyan = 0.25, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 175 | 234 | 113 | - |
| CMYK | 0.25 | 0 | 0.52 | 0.08 |
| HSL | 89.26º | 0.74% | 0.68% | - |
| HSV(B) | 89.26º | 0.52% | 0.92% | - |
| XYZ | 50.08 | 69.15 | 26.33 | - |
| YUV | 202.57 | 77.45 | 108.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 234 | 113 | 0.25 | 0 | 0.52 | 0.08 | 89.26 | 0.74 | 0.68 |
| Hex | AF | EA | 71 | 19 | 0 | 34 | 8 | 59 | 4A | 44 |
| Octal | 257 | 352 | 161 | 31 | 0 | 64 | 10 | 131 | 112 | 104 |
| Binary | 10101111 | 11101010 | 1110001 | 11001 | 0 | 110100 | 1000 | 1011001 | 1001010 | 1000100 |
Color Harmonies of #AFEA71
Complementary color
Monochromatic Colors of #AFEA71
Black with #AFEA71
Text Example
Text Example
White with #AFEA71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFEA71; }
p { color: rgb(175,234,113); }
H1.HeaderClassName
{
color: #AFEA71;
}
.AnyTagClassName
{
color: #AFEA71;
}
</style>
background-color css
<style>
a { background-color: #AFEA71; }
a { background-color: rgb(175,234,113); }
div.DivClassName
{
background-color: #AFEA71;
}
.BgClassName
{
background-color: #AFEA71;
}
</style>
border-color css
<style>
span { border-color: #AFEA71; }
span { border-color: rgb(175,234,113); }
td.TdClassName
{
border-color: #AFEA71;
}
.TagClassName
{
border-color: #AFEA71;
}
</style>