Shades of Conifer #AFEB5C
Tints of Conifer #AFEB5C
RGB
CMYK
RGB Variations
Color information
#AFEB5C (or 0xAFEB5C) is known color: Conifer. HEX triplet: AF, EB and 5C. RGB value is (175,235,92). Sum of RGB (Red+Green+Blue) = 175+235+92=502 (66% of max value = 765). Red value is 175 (68.75% from 255 or 34.86% from 502); Green value is 235 (92.19% from 255 or 46.81% from 502); Blue value is 92 (36.33% from 255 or 18.33% from 502); Max value from RGB is 235 - color contains mainly: green. Hex color #AFEB5C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AFEB5C is #5014A3. Grayscale: #C9C9C9. Windows color (decimal): -5248164 or 6089647. OLE color: 6089647.
HSL color Cylindrical-coordinate representation of color #AFEB5C: hue angle of 85.17º degrees, saturation: 0.78, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AFEB5C is Cyan = 0.26, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 175 | 235 | 92 | - |
| CMYK | 0.26 | 0 | 0.61 | 0.08 |
| HSL | 85.17º | 0.78% | 0.64% | - |
| HSV(B) | 85.17º | 0.61% | 0.92% | - |
| XYZ | 49.32 | 69.3 | 20.9 | - |
| YUV | 200.76 | 66.62 | 109.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 235 | 92 | 0.26 | 0 | 0.61 | 0.08 | 85.17 | 0.78 | 0.64 |
| Hex | AF | EB | 5C | 1A | 0 | 3D | 8 | 55 | 4E | 40 |
| Octal | 257 | 353 | 134 | 32 | 0 | 75 | 10 | 125 | 116 | 100 |
| Binary | 10101111 | 11101011 | 1011100 | 11010 | 0 | 111101 | 1000 | 1010101 | 1001110 | 1000000 |
Color Harmonies of #AFEB5C
Complementary color
Monochromatic Colors of #AFEB5C
Black with #AFEB5C
Text Example
Text Example
White with #AFEB5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFEB5C; }
p { color: rgb(175,235,92); }
H1.HeaderClassName
{
color: #AFEB5C;
}
.AnyTagClassName
{
color: #AFEB5C;
}
</style>
background-color css
<style>
a { background-color: #AFEB5C; }
a { background-color: rgb(175,235,92); }
div.DivClassName
{
background-color: #AFEB5C;
}
.BgClassName
{
background-color: #AFEB5C;
}
</style>
border-color css
<style>
span { border-color: #AFEB5C; }
span { border-color: rgb(175,235,92); }
td.TdClassName
{
border-color: #AFEB5C;
}
.TagClassName
{
border-color: #AFEB5C;
}
</style>