Shades of Conifer #AFE55C
Tints of Conifer #AFE55C
RGB
CMYK
RGB Variations
Color information
#AFE55C (or 0xAFE55C) is known color: Conifer. HEX triplet: AF, E5 and 5C. RGB value is (175,229,92). Sum of RGB (Red+Green+Blue) = 175+229+92=496 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.28% from 496); Green value is 229 (89.84% from 255 or 46.17% from 496); Blue value is 92 (36.33% from 255 or 18.55% from 496); Max value from RGB is 229 - color contains mainly: green. Hex color #AFE55C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFE55C is #501AA3. Grayscale: #C5C5C5. Windows color (decimal): -5249700 or 6088111. OLE color: 6088111.
HSL color Cylindrical-coordinate representation of color #AFE55C: hue angle of 83.65º degrees, saturation: 0.72, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AFE55C is Cyan = 0.24, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 175 | 229 | 92 | - |
| CMYK | 0.24 | 0 | 0.60 | 0.10 |
| HSL | 83.65º | 0.72% | 0.63% | - |
| HSV(B) | 83.65º | 0.6% | 0.9% | - |
| XYZ | 47.63 | 65.93 | 20.34 | - |
| YUV | 197.24 | 68.61 | 112.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 229 | 92 | 0.24 | 0 | 0.60 | 0.10 | 83.65 | 0.72 | 0.63 |
| Hex | AF | E5 | 5C | 18 | 0 | 3C | A | 54 | 48 | 3F |
| Octal | 257 | 345 | 134 | 30 | 0 | 74 | 12 | 124 | 110 | 77 |
| Binary | 10101111 | 11100101 | 1011100 | 11000 | 0 | 111100 | 1010 | 1010100 | 1001000 | 111111 |
Color Harmonies of #AFE55C
Complementary color
Monochromatic Colors of #AFE55C
Black with #AFE55C
Text Example
Text Example
White with #AFE55C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFE55C; }
p { color: rgb(175,229,92); }
H1.HeaderClassName
{
color: #AFE55C;
}
.AnyTagClassName
{
color: #AFE55C;
}
</style>
background-color css
<style>
a { background-color: #AFE55C; }
a { background-color: rgb(175,229,92); }
div.DivClassName
{
background-color: #AFE55C;
}
.BgClassName
{
background-color: #AFE55C;
}
</style>
border-color css
<style>
span { border-color: #AFE55C; }
span { border-color: rgb(175,229,92); }
td.TdClassName
{
border-color: #AFE55C;
}
.TagClassName
{
border-color: #AFE55C;
}
</style>