Shades of Conifer #AFE53C
Tints of Conifer #AFE53C
RGB
CMYK
RGB Variations
Color information
#AFE53C (or 0xAFE53C) is known color: Conifer. HEX triplet: AF, E5 and 3C. RGB value is (175,229,60). Sum of RGB (Red+Green+Blue) = 175+229+60=464 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.72% from 464); Green value is 229 (89.84% from 255 or 49.35% from 464); Blue value is 60 (23.83% from 255 or 12.93% from 464); Max value from RGB is 229 - color contains mainly: green. Hex color #AFE53C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFE53C is #501AC3. Grayscale: #C2C2C2. Windows color (decimal): -5249732 or 3990959. OLE color: 3990959.
HSL color Cylindrical-coordinate representation of color #AFE53C: hue angle of 79.17º degrees, saturation: 0.76, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AFE53C is Cyan = 0.24, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 175 | 229 | 60 | - |
| CMYK | 0.24 | 0 | 0.74 | 0.10 |
| HSL | 79.17º | 0.76% | 0.57% | - |
| HSV(B) | 79.17º | 0.74% | 0.9% | - |
| XYZ | 46.51 | 65.48 | 14.46 | - |
| YUV | 193.59 | 52.61 | 114.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 229 | 60 | 0.24 | 0 | 0.74 | 0.10 | 79.17 | 0.76 | 0.57 |
| Hex | AF | E5 | 3C | 18 | 0 | 4A | A | 4F | 4C | 39 |
| Octal | 257 | 345 | 74 | 30 | 0 | 112 | 12 | 117 | 114 | 71 |
| Binary | 10101111 | 11100101 | 111100 | 11000 | 0 | 1001010 | 1010 | 1001111 | 1001100 | 111001 |
Color Harmonies of #AFE53C
Complementary color
Monochromatic Colors of #AFE53C
Black with #AFE53C
Text Example
Text Example
White with #AFE53C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFE53C; }
p { color: rgb(175,229,60); }
H1.HeaderClassName
{
color: #AFE53C;
}
.AnyTagClassName
{
color: #AFE53C;
}
</style>
background-color css
<style>
a { background-color: #AFE53C; }
a { background-color: rgb(175,229,60); }
div.DivClassName
{
background-color: #AFE53C;
}
.BgClassName
{
background-color: #AFE53C;
}
</style>
border-color css
<style>
span { border-color: #AFE53C; }
span { border-color: rgb(175,229,60); }
td.TdClassName
{
border-color: #AFE53C;
}
.TagClassName
{
border-color: #AFE53C;
}
</style>