Shades of Conifer #AFEC50
Tints of Conifer #AFEC50
RGB
CMYK
RGB Variations
Color information
#AFEC50 (or 0xAFEC50) is known color: Conifer. HEX triplet: AF, EC and 50. RGB value is (175,236,80). Sum of RGB (Red+Green+Blue) = 175+236+80=491 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.64% from 491); Green value is 236 (92.58% from 255 or 48.07% from 491); Blue value is 80 (31.64% from 255 or 16.29% from 491); Max value from RGB is 236 - color contains mainly: green. Hex color #AFEC50 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AFEC50 is #5013AF. Grayscale: #C8C8C8. Windows color (decimal): -5247920 or 5303471. OLE color: 5303471.
HSL color Cylindrical-coordinate representation of color #AFEC50: hue angle of 83.46º degrees, saturation: 0.8, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AFEC50 is Cyan = 0.26, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 175 | 236 | 80 | - |
| CMYK | 0.26 | 0 | 0.66 | 0.07 |
| HSL | 83.46º | 0.8% | 0.62% | - |
| HSV(B) | 83.46º | 0.66% | 0.93% | - |
| XYZ | 49.12 | 69.68 | 18.45 | - |
| YUV | 199.98 | 60.29 | 110.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 236 | 80 | 0.26 | 0 | 0.66 | 0.07 | 83.46 | 0.8 | 0.62 |
| Hex | AF | EC | 50 | 1A | 0 | 42 | 7 | 53 | 50 | 3E |
| Octal | 257 | 354 | 120 | 32 | 0 | 102 | 7 | 123 | 120 | 76 |
| Binary | 10101111 | 11101100 | 1010000 | 11010 | 0 | 1000010 | 111 | 1010011 | 1010000 | 111110 |
Color Harmonies of #AFEC50
Complementary color
Monochromatic Colors of #AFEC50
Black with #AFEC50
Text Example
Text Example
White with #AFEC50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFEC50; }
p { color: rgb(175,236,80); }
H1.HeaderClassName
{
color: #AFEC50;
}
.AnyTagClassName
{
color: #AFEC50;
}
</style>
background-color css
<style>
a { background-color: #AFEC50; }
a { background-color: rgb(175,236,80); }
div.DivClassName
{
background-color: #AFEC50;
}
.BgClassName
{
background-color: #AFEC50;
}
</style>
border-color css
<style>
span { border-color: #AFEC50; }
span { border-color: rgb(175,236,80); }
td.TdClassName
{
border-color: #AFEC50;
}
.TagClassName
{
border-color: #AFEC50;
}
</style>