Shades of Conifer #AFE35C
Tints of Conifer #AFE35C
RGB
CMYK
RGB Variations
Color information
#AFE35C (or 0xAFE35C) is known color: Conifer. HEX triplet: AF, E3 and 5C. RGB value is (175,227,92). Sum of RGB (Red+Green+Blue) = 175+227+92=494 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.43% from 494); Green value is 227 (89.06% from 255 or 45.95% from 494); Blue value is 92 (36.33% from 255 or 18.62% from 494); Max value from RGB is 227 - color contains mainly: green. Hex color #AFE35C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFE35C is #501CA3. Grayscale: #C4C4C4. Windows color (decimal): -5250212 or 6087599. OLE color: 6087599.
HSL color Cylindrical-coordinate representation of color #AFE35C: hue angle of 83.11º degrees, saturation: 0.71, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AFE35C is Cyan = 0.23, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 175 | 227 | 92 | - |
| CMYK | 0.23 | 0 | 0.59 | 0.11 |
| HSL | 83.11º | 0.71% | 0.63% | - |
| HSV(B) | 83.11º | 0.59% | 0.89% | - |
| XYZ | 47.08 | 64.82 | 20.16 | - |
| YUV | 196.06 | 69.27 | 112.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 227 | 92 | 0.23 | 0 | 0.59 | 0.11 | 83.11 | 0.71 | 0.63 |
| Hex | AF | E3 | 5C | 17 | 0 | 3B | B | 53 | 47 | 3F |
| Octal | 257 | 343 | 134 | 27 | 0 | 73 | 13 | 123 | 107 | 77 |
| Binary | 10101111 | 11100011 | 1011100 | 10111 | 0 | 111011 | 1011 | 1010011 | 1000111 | 111111 |
Color Harmonies of #AFE35C
Complementary color
Monochromatic Colors of #AFE35C
Black with #AFE35C
Text Example
Text Example
White with #AFE35C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFE35C; }
p { color: rgb(175,227,92); }
H1.HeaderClassName
{
color: #AFE35C;
}
.AnyTagClassName
{
color: #AFE35C;
}
</style>
background-color css
<style>
a { background-color: #AFE35C; }
a { background-color: rgb(175,227,92); }
div.DivClassName
{
background-color: #AFE35C;
}
.BgClassName
{
background-color: #AFE35C;
}
</style>
border-color css
<style>
span { border-color: #AFE35C; }
span { border-color: rgb(175,227,92); }
td.TdClassName
{
border-color: #AFE35C;
}
.TagClassName
{
border-color: #AFE35C;
}
</style>