Shades of Conifer #AFEC43
Tints of Conifer #AFEC43
RGB
CMYK
RGB Variations
Color information
#AFEC43 (or 0xAFEC43) is known color: Conifer. HEX triplet: AF, EC and 43. RGB value is (175,236,67). Sum of RGB (Red+Green+Blue) = 175+236+67=478 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.61% from 478); Green value is 236 (92.58% from 255 or 49.37% from 478); Blue value is 67 (26.56% from 255 or 14.02% from 478); Max value from RGB is 236 - color contains mainly: green. Hex color #AFEC43 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AFEC43 is #5013BC. Grayscale: #C7C7C7. Windows color (decimal): -5247933 or 4451503. OLE color: 4451503.
HSL color Cylindrical-coordinate representation of color #AFEC43: hue angle of 81.66º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AFEC43 is Cyan = 0.26, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 175 | 236 | 67 | - |
| CMYK | 0.26 | 0 | 0.72 | 0.07 |
| HSL | 81.66º | 0.82% | 0.59% | - |
| HSV(B) | 81.66º | 0.72% | 0.93% | - |
| XYZ | 48.69 | 69.51 | 16.16 | - |
| YUV | 198.5 | 53.79 | 111.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 236 | 67 | 0.26 | 0 | 0.72 | 0.07 | 81.66 | 0.82 | 0.59 |
| Hex | AF | EC | 43 | 1A | 0 | 48 | 7 | 52 | 52 | 3B |
| Octal | 257 | 354 | 103 | 32 | 0 | 110 | 7 | 122 | 122 | 73 |
| Binary | 10101111 | 11101100 | 1000011 | 11010 | 0 | 1001000 | 111 | 1010010 | 1010010 | 111011 |
Color Harmonies of #AFEC43
Complementary color
Monochromatic Colors of #AFEC43
Black with #AFEC43
Text Example
Text Example
White with #AFEC43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFEC43; }
p { color: rgb(175,236,67); }
H1.HeaderClassName
{
color: #AFEC43;
}
.AnyTagClassName
{
color: #AFEC43;
}
</style>
background-color css
<style>
a { background-color: #AFEC43; }
a { background-color: rgb(175,236,67); }
div.DivClassName
{
background-color: #AFEC43;
}
.BgClassName
{
background-color: #AFEC43;
}
</style>
border-color css
<style>
span { border-color: #AFEC43; }
span { border-color: rgb(175,236,67); }
td.TdClassName
{
border-color: #AFEC43;
}
.TagClassName
{
border-color: #AFEC43;
}
</style>