Shades of Conifer #AFE44E
Tints of Conifer #AFE44E
RGB
CMYK
RGB Variations
Color information
#AFE44E (or 0xAFE44E) is known color: Conifer. HEX triplet: AF, E4 and 4E. RGB value is (175,228,78). Sum of RGB (Red+Green+Blue) = 175+228+78=481 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.38% from 481); Green value is 228 (89.45% from 255 or 47.40% from 481); Blue value is 78 (30.86% from 255 or 16.22% from 481); Max value from RGB is 228 - color contains mainly: green. Hex color #AFE44E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFE44E is #501BB1. Grayscale: #C3C3C3. Windows color (decimal): -5249970 or 5170351. OLE color: 5170351.
HSL color Cylindrical-coordinate representation of color #AFE44E: hue angle of 81.2º degrees, saturation: 0.74, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AFE44E is Cyan = 0.23, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 175 | 228 | 78 | - |
| CMYK | 0.23 | 0 | 0.66 | 0.11 |
| HSL | 81.2º | 0.74% | 0.6% | - |
| HSV(B) | 81.2º | 0.66% | 0.89% | - |
| XYZ | 46.8 | 65.15 | 17.32 | - |
| YUV | 195.05 | 61.94 | 113.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 228 | 78 | 0.23 | 0 | 0.66 | 0.11 | 81.2 | 0.74 | 0.6 |
| Hex | AF | E4 | 4E | 17 | 0 | 42 | B | 51 | 4A | 3C |
| Octal | 257 | 344 | 116 | 27 | 0 | 102 | 13 | 121 | 112 | 74 |
| Binary | 10101111 | 11100100 | 1001110 | 10111 | 0 | 1000010 | 1011 | 1010001 | 1001010 | 111100 |
Color Harmonies of #AFE44E
Complementary color
Monochromatic Colors of #AFE44E
Black with #AFE44E
Text Example
Text Example
White with #AFE44E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFE44E; }
p { color: rgb(175,228,78); }
H1.HeaderClassName
{
color: #AFE44E;
}
.AnyTagClassName
{
color: #AFE44E;
}
</style>
background-color css
<style>
a { background-color: #AFE44E; }
a { background-color: rgb(175,228,78); }
div.DivClassName
{
background-color: #AFE44E;
}
.BgClassName
{
background-color: #AFE44E;
}
</style>
border-color css
<style>
span { border-color: #AFE44E; }
span { border-color: rgb(175,228,78); }
td.TdClassName
{
border-color: #AFE44E;
}
.TagClassName
{
border-color: #AFE44E;
}
</style>