Shades of Conifer #AFEC4C
Tints of Conifer #AFEC4C
RGB
CMYK
RGB Variations
Color information
#AFEC4C (or 0xAFEC4C) is known color: Conifer. HEX triplet: AF, EC and 4C. RGB value is (175,236,76). Sum of RGB (Red+Green+Blue) = 175+236+76=487 (64% of max value = 765). Red value is 175 (68.75% from 255 or 35.93% from 487); Green value is 236 (92.58% from 255 or 48.46% from 487); Blue value is 76 (30.08% from 255 or 15.61% from 487); Max value from RGB is 236 - color contains mainly: green. Hex color #AFEC4C is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AFEC4C is #5013B3. Grayscale: #C8C8C8. Windows color (decimal): -5247924 or 5041327. OLE color: 5041327.
HSL color Cylindrical-coordinate representation of color #AFEC4C: hue angle of 82.88º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AFEC4C is Cyan = 0.26, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 175 | 236 | 76 | - |
| CMYK | 0.26 | 0 | 0.68 | 0.07 |
| HSL | 82.88º | 0.81% | 0.61% | - |
| HSV(B) | 82.88º | 0.68% | 0.93% | - |
| XYZ | 48.98 | 69.63 | 17.7 | - |
| YUV | 199.52 | 58.29 | 110.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 236 | 76 | 0.26 | 0 | 0.68 | 0.07 | 82.88 | 0.81 | 0.61 |
| Hex | AF | EC | 4C | 1A | 0 | 44 | 7 | 53 | 51 | 3D |
| Octal | 257 | 354 | 114 | 32 | 0 | 104 | 7 | 123 | 121 | 75 |
| Binary | 10101111 | 11101100 | 1001100 | 11010 | 0 | 1000100 | 111 | 1010011 | 1010001 | 111101 |
Color Harmonies of #AFEC4C
Complementary color
Monochromatic Colors of #AFEC4C
Black with #AFEC4C
Text Example
Text Example
White with #AFEC4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFEC4C; }
p { color: rgb(175,236,76); }
H1.HeaderClassName
{
color: #AFEC4C;
}
.AnyTagClassName
{
color: #AFEC4C;
}
</style>
background-color css
<style>
a { background-color: #AFEC4C; }
a { background-color: rgb(175,236,76); }
div.DivClassName
{
background-color: #AFEC4C;
}
.BgClassName
{
background-color: #AFEC4C;
}
</style>
border-color css
<style>
span { border-color: #AFEC4C; }
span { border-color: rgb(175,236,76); }
td.TdClassName
{
border-color: #AFEC4C;
}
.TagClassName
{
border-color: #AFEC4C;
}
</style>