Shades of Conifer #AFE850
Tints of Conifer #AFE850
RGB
CMYK
RGB Variations
Color information
#AFE850 (or 0xAFE850) is known color: Conifer. HEX triplet: AF, E8 and 50. RGB value is (175,232,80). Sum of RGB (Red+Green+Blue) = 175+232+80=487 (64% of max value = 765). Red value is 175 (68.75% from 255 or 35.93% from 487); Green value is 232 (91.02% from 255 or 47.64% from 487); Blue value is 80 (31.64% from 255 or 16.43% from 487); Max value from RGB is 232 - color contains mainly: green. Hex color #AFE850 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AFE850 is #5017AF. Grayscale: #C6C6C6. Windows color (decimal): -5248944 or 5302447. OLE color: 5302447.
HSL color Cylindrical-coordinate representation of color #AFE850: hue angle of 82.5º degrees, saturation: 0.77, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AFE850 is Cyan = 0.25, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 175 | 232 | 80 | - |
| CMYK | 0.25 | 0 | 0.66 | 0.09 |
| HSL | 82.5º | 0.77% | 0.61% | - |
| HSV(B) | 82.5º | 0.66% | 0.91% | - |
| XYZ | 47.98 | 67.41 | 18.07 | - |
| YUV | 197.63 | 61.62 | 111.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 232 | 80 | 0.25 | 0 | 0.66 | 0.09 | 82.5 | 0.77 | 0.61 |
| Hex | AF | E8 | 50 | 19 | 0 | 42 | 9 | 52 | 4D | 3D |
| Octal | 257 | 350 | 120 | 31 | 0 | 102 | 11 | 122 | 115 | 75 |
| Binary | 10101111 | 11101000 | 1010000 | 11001 | 0 | 1000010 | 1001 | 1010010 | 1001101 | 111101 |
Color Harmonies of #AFE850
Complementary color
Monochromatic Colors of #AFE850
Black with #AFE850
Text Example
Text Example
White with #AFE850
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFE850; }
p { color: rgb(175,232,80); }
H1.HeaderClassName
{
color: #AFE850;
}
.AnyTagClassName
{
color: #AFE850;
}
</style>
background-color css
<style>
a { background-color: #AFE850; }
a { background-color: rgb(175,232,80); }
div.DivClassName
{
background-color: #AFE850;
}
.BgClassName
{
background-color: #AFE850;
}
</style>
border-color css
<style>
span { border-color: #AFE850; }
span { border-color: rgb(175,232,80); }
td.TdClassName
{
border-color: #AFE850;
}
.TagClassName
{
border-color: #AFE850;
}
</style>