Shades of Conifer #AFE562
Tints of Conifer #AFE562
RGB
CMYK
RGB Variations
Color information
#AFE562 (or 0xAFE562) is known color: Conifer. HEX triplet: AF, E5 and 62. RGB value is (175,229,98). Sum of RGB (Red+Green+Blue) = 175+229+98=502 (66% of max value = 765). Red value is 175 (68.75% from 255 or 34.86% from 502); Green value is 229 (89.84% from 255 or 45.62% from 502); Blue value is 98 (38.67% from 255 or 19.52% from 502); Max value from RGB is 229 - color contains mainly: green. Hex color #AFE562 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFE562 is #501A9D. Grayscale: #C6C6C6. Windows color (decimal): -5249694 or 6481327. OLE color: 6481327.
HSL color Cylindrical-coordinate representation of color #AFE562: hue angle of 84.73º degrees, saturation: 0.72, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AFE562 is Cyan = 0.24, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 175 | 229 | 98 | - |
| CMYK | 0.24 | 0 | 0.57 | 0.10 |
| HSL | 84.73º | 0.72% | 0.64% | - |
| HSV(B) | 84.73º | 0.57% | 0.9% | - |
| XYZ | 47.9 | 66.03 | 21.78 | - |
| YUV | 197.92 | 71.61 | 111.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 229 | 98 | 0.24 | 0 | 0.57 | 0.10 | 84.73 | 0.72 | 0.64 |
| Hex | AF | E5 | 62 | 18 | 0 | 39 | A | 55 | 48 | 40 |
| Octal | 257 | 345 | 142 | 30 | 0 | 71 | 12 | 125 | 110 | 100 |
| Binary | 10101111 | 11100101 | 1100010 | 11000 | 0 | 111001 | 1010 | 1010101 | 1001000 | 1000000 |
Color Harmonies of #AFE562
Complementary color
Monochromatic Colors of #AFE562
Black with #AFE562
Text Example
Text Example
White with #AFE562
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFE562; }
p { color: rgb(175,229,98); }
H1.HeaderClassName
{
color: #AFE562;
}
.AnyTagClassName
{
color: #AFE562;
}
</style>
background-color css
<style>
a { background-color: #AFE562; }
a { background-color: rgb(175,229,98); }
div.DivClassName
{
background-color: #AFE562;
}
.BgClassName
{
background-color: #AFE562;
}
</style>
border-color css
<style>
span { border-color: #AFE562; }
span { border-color: rgb(175,229,98); }
td.TdClassName
{
border-color: #AFE562;
}
.TagClassName
{
border-color: #AFE562;
}
</style>