Shades of Sulu #AFEC74
Tints of Sulu #AFEC74
RGB
CMYK
RGB Variations
Color information
#AFEC74 (or 0xAFEC74) is known color: Sulu. HEX triplet: AF, EC and 74. RGB value is (175,236,116). Sum of RGB (Red+Green+Blue) = 175+236+116=527 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.21% from 527); Green value is 236 (92.58% from 255 or 44.78% from 527); Blue value is 116 (45.70% from 255 or 22.01% from 527); Max value from RGB is 236 - color contains mainly: green. Hex color #AFEC74 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AFEC74 is #50138B. Grayscale: #CCCCCC. Windows color (decimal): -5247884 or 7662767. OLE color: 7662767.
HSL color Cylindrical-coordinate representation of color #AFEC74: hue angle of 90.5º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AFEC74 is Cyan = 0.26, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 175 | 236 | 116 | - |
| CMYK | 0.26 | 0 | 0.51 | 0.07 |
| HSL | 90.5º | 0.76% | 0.69% | - |
| HSV(B) | 90.5º | 0.51% | 0.93% | - |
| XYZ | 50.83 | 70.37 | 27.43 | - |
| YUV | 204.08 | 78.29 | 107.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 236 | 116 | 0.26 | 0 | 0.51 | 0.07 | 90.5 | 0.76 | 0.69 |
| Hex | AF | EC | 74 | 1A | 0 | 33 | 7 | 5A | 4C | 45 |
| Octal | 257 | 354 | 164 | 32 | 0 | 63 | 7 | 132 | 114 | 105 |
| Binary | 10101111 | 11101100 | 1110100 | 11010 | 0 | 110011 | 111 | 1011010 | 1001100 | 1000101 |
Color Harmonies of #AFEC74
Complementary color
Monochromatic Colors of #AFEC74
Black with #AFEC74
Text Example
Text Example
White with #AFEC74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFEC74; }
p { color: rgb(175,236,116); }
H1.HeaderClassName
{
color: #AFEC74;
}
.AnyTagClassName
{
color: #AFEC74;
}
</style>
background-color css
<style>
a { background-color: #AFEC74; }
a { background-color: rgb(175,236,116); }
div.DivClassName
{
background-color: #AFEC74;
}
.BgClassName
{
background-color: #AFEC74;
}
</style>
border-color css
<style>
span { border-color: #AFEC74; }
span { border-color: rgb(175,236,116); }
td.TdClassName
{
border-color: #AFEC74;
}
.TagClassName
{
border-color: #AFEC74;
}
</style>