Shades of Conifer #AFE558
Tints of Conifer #AFE558
RGB
CMYK
RGB Variations
Color information
#AFE558 (or 0xAFE558) is known color: Conifer. HEX triplet: AF, E5 and 58. RGB value is (175,229,88). Sum of RGB (Red+Green+Blue) = 175+229+88=492 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.57% from 492); Green value is 229 (89.84% from 255 or 46.54% from 492); Blue value is 88 (34.77% from 255 or 17.89% from 492); Max value from RGB is 229 - color contains mainly: green. Hex color #AFE558 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFE558 is #501AA7. Grayscale: #C5C5C5. Windows color (decimal): -5249704 or 5825967. OLE color: 5825967.
HSL color Cylindrical-coordinate representation of color #AFE558: hue angle of 82.98º degrees, saturation: 0.73, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AFE558 is Cyan = 0.24, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 175 | 229 | 88 | - |
| CMYK | 0.24 | 0 | 0.62 | 0.10 |
| HSL | 82.98º | 0.73% | 0.62% | - |
| HSV(B) | 82.98º | 0.62% | 0.9% | - |
| XYZ | 47.46 | 65.86 | 19.44 | - |
| YUV | 196.78 | 66.61 | 112.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 229 | 88 | 0.24 | 0 | 0.62 | 0.10 | 82.98 | 0.73 | 0.62 |
| Hex | AF | E5 | 58 | 18 | 0 | 3E | A | 53 | 49 | 3E |
| Octal | 257 | 345 | 130 | 30 | 0 | 76 | 12 | 123 | 111 | 76 |
| Binary | 10101111 | 11100101 | 1011000 | 11000 | 0 | 111110 | 1010 | 1010011 | 1001001 | 111110 |
Color Harmonies of #AFE558
Complementary color
Monochromatic Colors of #AFE558
Black with #AFE558
Text Example
Text Example
White with #AFE558
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFE558; }
p { color: rgb(175,229,88); }
H1.HeaderClassName
{
color: #AFE558;
}
.AnyTagClassName
{
color: #AFE558;
}
</style>
background-color css
<style>
a { background-color: #AFE558; }
a { background-color: rgb(175,229,88); }
div.DivClassName
{
background-color: #AFE558;
}
.BgClassName
{
background-color: #AFE558;
}
</style>
border-color css
<style>
span { border-color: #AFE558; }
span { border-color: rgb(175,229,88); }
td.TdClassName
{
border-color: #AFE558;
}
.TagClassName
{
border-color: #AFE558;
}
</style>