Shades of Conifer #AFE364
Tints of Conifer #AFE364
RGB
CMYK
RGB Variations
Color information
#AFE364 (or 0xAFE364) is known color: Conifer. HEX triplet: AF, E3 and 64. RGB value is (175,227,100). Sum of RGB (Red+Green+Blue) = 175+227+100=502 (66% of max value = 765). Red value is 175 (68.75% from 255 or 34.86% from 502); Green value is 227 (89.06% from 255 or 45.22% from 502); Blue value is 100 (39.45% from 255 or 19.92% from 502); Max value from RGB is 227 - color contains mainly: green. Hex color #AFE364 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFE364 is #501C9B. Grayscale: #C5C5C5. Windows color (decimal): -5250204 or 6611887. OLE color: 6611887.
HSL color Cylindrical-coordinate representation of color #AFE364: hue angle of 84.57º degrees, saturation: 0.69, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AFE364 is Cyan = 0.23, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 175 | 227 | 100 | - |
| CMYK | 0.23 | 0 | 0.56 | 0.11 |
| HSL | 84.57º | 0.69% | 0.64% | - |
| HSV(B) | 84.57º | 0.56% | 0.89% | - |
| XYZ | 47.45 | 64.97 | 22.1 | - |
| YUV | 196.97 | 73.27 | 112.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 227 | 100 | 0.23 | 0 | 0.56 | 0.11 | 84.57 | 0.69 | 0.64 |
| Hex | AF | E3 | 64 | 17 | 0 | 38 | B | 55 | 45 | 40 |
| Octal | 257 | 343 | 144 | 27 | 0 | 70 | 13 | 125 | 105 | 100 |
| Binary | 10101111 | 11100011 | 1100100 | 10111 | 0 | 111000 | 1011 | 1010101 | 1000101 | 1000000 |
Color Harmonies of #AFE364
Complementary color
Monochromatic Colors of #AFE364
Black with #AFE364
Text Example
Text Example
White with #AFE364
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFE364; }
p { color: rgb(175,227,100); }
H1.HeaderClassName
{
color: #AFE364;
}
.AnyTagClassName
{
color: #AFE364;
}
</style>
background-color css
<style>
a { background-color: #AFE364; }
a { background-color: rgb(175,227,100); }
div.DivClassName
{
background-color: #AFE364;
}
.BgClassName
{
background-color: #AFE364;
}
</style>
border-color css
<style>
span { border-color: #AFE364; }
span { border-color: rgb(175,227,100); }
td.TdClassName
{
border-color: #AFE364;
}
.TagClassName
{
border-color: #AFE364;
}
</style>