Shades of Conifer #AFE458
Tints of Conifer #AFE458
RGB
CMYK
RGB Variations
Color information
#AFE458 (or 0xAFE458) is known color: Conifer. HEX triplet: AF, E4 and 58. RGB value is (175,228,88). Sum of RGB (Red+Green+Blue) = 175+228+88=491 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.64% from 491); Green value is 228 (89.45% from 255 or 46.44% from 491); Blue value is 88 (34.77% from 255 or 17.92% from 491); Max value from RGB is 228 - color contains mainly: green. Hex color #AFE458 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFE458 is #501BA7. Grayscale: #C4C4C4. Windows color (decimal): -5249960 or 5825711. OLE color: 5825711.
HSL color Cylindrical-coordinate representation of color #AFE458: hue angle of 82.71º degrees, saturation: 0.72, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AFE458 is Cyan = 0.23, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 175 | 228 | 88 | - |
| CMYK | 0.23 | 0 | 0.61 | 0.11 |
| HSL | 82.71º | 0.72% | 0.62% | - |
| HSV(B) | 82.71º | 0.61% | 0.89% | - |
| XYZ | 47.18 | 65.31 | 19.35 | - |
| YUV | 196.19 | 66.94 | 112.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 228 | 88 | 0.23 | 0 | 0.61 | 0.11 | 82.71 | 0.72 | 0.62 |
| Hex | AF | E4 | 58 | 17 | 0 | 3D | B | 53 | 48 | 3E |
| Octal | 257 | 344 | 130 | 27 | 0 | 75 | 13 | 123 | 110 | 76 |
| Binary | 10101111 | 11100100 | 1011000 | 10111 | 0 | 111101 | 1011 | 1010011 | 1001000 | 111110 |
Color Harmonies of #AFE458
Complementary color
Monochromatic Colors of #AFE458
Black with #AFE458
Text Example
Text Example
White with #AFE458
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFE458; }
p { color: rgb(175,228,88); }
H1.HeaderClassName
{
color: #AFE458;
}
.AnyTagClassName
{
color: #AFE458;
}
</style>
background-color css
<style>
a { background-color: #AFE458; }
a { background-color: rgb(175,228,88); }
div.DivClassName
{
background-color: #AFE458;
}
.BgClassName
{
background-color: #AFE458;
}
</style>
border-color css
<style>
span { border-color: #AFE458; }
span { border-color: rgb(175,228,88); }
td.TdClassName
{
border-color: #AFE458;
}
.TagClassName
{
border-color: #AFE458;
}
</style>