Shades of Conifer #AFE053
Tints of Conifer #AFE053
RGB
CMYK
RGB Variations
Color information
#AFE053 (or 0xAFE053) is known color: Conifer. HEX triplet: AF, E0 and 53. RGB value is (175,224,83). Sum of RGB (Red+Green+Blue) = 175+224+83=482 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.31% from 482); Green value is 224 (87.89% from 255 or 46.47% from 482); Blue value is 83 (32.81% from 255 or 17.22% from 482); Max value from RGB is 224 - color contains mainly: green. Hex color #AFE053 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFE053 is #501FAC. Grayscale: #C1C1C1. Windows color (decimal): -5250989 or 5497007. OLE color: 5497007.
HSL color Cylindrical-coordinate representation of color #AFE053: hue angle of 80.85º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AFE053 is Cyan = 0.22, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 175 | 224 | 83 | - |
| CMYK | 0.22 | 0 | 0.63 | 0.12 |
| HSL | 80.85º | 0.69% | 0.6% | - |
| HSV(B) | 80.85º | 0.63% | 0.88% | - |
| XYZ | 45.9 | 63.05 | 17.93 | - |
| YUV | 193.28 | 65.77 | 114.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 224 | 83 | 0.22 | 0 | 0.63 | 0.12 | 80.85 | 0.69 | 0.6 |
| Hex | AF | E0 | 53 | 16 | 0 | 3F | C | 51 | 45 | 3C |
| Octal | 257 | 340 | 123 | 26 | 0 | 77 | 14 | 121 | 105 | 74 |
| Binary | 10101111 | 11100000 | 1010011 | 10110 | 0 | 111111 | 1100 | 1010001 | 1000101 | 111100 |
Color Harmonies of #AFE053
Complementary color
Monochromatic Colors of #AFE053
Black with #AFE053
Text Example
Text Example
White with #AFE053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFE053; }
p { color: rgb(175,224,83); }
H1.HeaderClassName
{
color: #AFE053;
}
.AnyTagClassName
{
color: #AFE053;
}
</style>
background-color css
<style>
a { background-color: #AFE053; }
a { background-color: rgb(175,224,83); }
div.DivClassName
{
background-color: #AFE053;
}
.BgClassName
{
background-color: #AFE053;
}
</style>
border-color css
<style>
span { border-color: #AFE053; }
span { border-color: rgb(175,224,83); }
td.TdClassName
{
border-color: #AFE053;
}
.TagClassName
{
border-color: #AFE053;
}
</style>