Shades of Conifer #AFE53D
Tints of Conifer #AFE53D
RGB
CMYK
RGB Variations
Color information
#AFE53D (or 0xAFE53D) is known color: Conifer. HEX triplet: AF, E5 and 3D. RGB value is (175,229,61). Sum of RGB (Red+Green+Blue) = 175+229+61=465 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.63% from 465); Green value is 229 (89.84% from 255 or 49.25% from 465); Blue value is 61 (24.22% from 255 or 13.12% from 465); Max value from RGB is 229 - color contains mainly: green. Hex color #AFE53D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFE53D is #501AC2. Grayscale: #C2C2C2. Windows color (decimal): -5249731 or 4056495. OLE color: 4056495.
HSL color Cylindrical-coordinate representation of color #AFE53D: hue angle of 79.29º degrees, saturation: 0.76, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AFE53D is Cyan = 0.24, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 175 | 229 | 61 | - |
| CMYK | 0.24 | 0 | 0.73 | 0.10 |
| HSL | 79.29º | 0.76% | 0.57% | - |
| HSV(B) | 79.29º | 0.73% | 0.9% | - |
| XYZ | 46.54 | 65.49 | 14.6 | - |
| YUV | 193.7 | 53.11 | 114.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 229 | 61 | 0.24 | 0 | 0.73 | 0.10 | 79.29 | 0.76 | 0.57 |
| Hex | AF | E5 | 3D | 18 | 0 | 49 | A | 4F | 4C | 39 |
| Octal | 257 | 345 | 75 | 30 | 0 | 111 | 12 | 117 | 114 | 71 |
| Binary | 10101111 | 11100101 | 111101 | 11000 | 0 | 1001001 | 1010 | 1001111 | 1001100 | 111001 |
Color Harmonies of #AFE53D
Complementary color
Monochromatic Colors of #AFE53D
Black with #AFE53D
Text Example
Text Example
White with #AFE53D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFE53D; }
p { color: rgb(175,229,61); }
H1.HeaderClassName
{
color: #AFE53D;
}
.AnyTagClassName
{
color: #AFE53D;
}
</style>
background-color css
<style>
a { background-color: #AFE53D; }
a { background-color: rgb(175,229,61); }
div.DivClassName
{
background-color: #AFE53D;
}
.BgClassName
{
background-color: #AFE53D;
}
</style>
border-color css
<style>
span { border-color: #AFE53D; }
span { border-color: rgb(175,229,61); }
td.TdClassName
{
border-color: #AFE53D;
}
.TagClassName
{
border-color: #AFE53D;
}
</style>