Shades of Conifer #AFED42
Tints of Conifer #AFED42
RGB
CMYK
RGB Variations
Color information
#AFED42 (or 0xAFED42) is known color: Conifer. HEX triplet: AF, ED and 42. RGB value is (175,237,66). Sum of RGB (Red+Green+Blue) = 175+237+66=478 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.61% from 478); Green value is 237 (92.97% from 255 or 49.58% from 478); Blue value is 66 (26.17% from 255 or 13.81% from 478); Max value from RGB is 237 - color contains mainly: green. Hex color #AFED42 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AFED42 is #5012BD. Grayscale: #C7C7C7. Windows color (decimal): -5247678 or 4386223. OLE color: 4386223.
HSL color Cylindrical-coordinate representation of color #AFED42: hue angle of 81.75º degrees, saturation: 0.83, 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 #AFED42 is Cyan = 0.26, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 175 | 237 | 66 | - |
| CMYK | 0.26 | 0 | 0.72 | 0.07 |
| HSL | 81.75º | 0.83% | 0.59% | - |
| HSV(B) | 81.75º | 0.72% | 0.93% | - |
| XYZ | 48.95 | 70.08 | 16.1 | - |
| YUV | 198.97 | 52.96 | 110.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 237 | 66 | 0.26 | 0 | 0.72 | 0.07 | 81.75 | 0.83 | 0.59 |
| Hex | AF | ED | 42 | 1A | 0 | 48 | 7 | 52 | 53 | 3B |
| Octal | 257 | 355 | 102 | 32 | 0 | 110 | 7 | 122 | 123 | 73 |
| Binary | 10101111 | 11101101 | 1000010 | 11010 | 0 | 1001000 | 111 | 1010010 | 1010011 | 111011 |
Color Harmonies of #AFED42
Complementary color
Monochromatic Colors of #AFED42
Black with #AFED42
Text Example
Text Example
White with #AFED42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFED42; }
p { color: rgb(175,237,66); }
H1.HeaderClassName
{
color: #AFED42;
}
.AnyTagClassName
{
color: #AFED42;
}
</style>
background-color css
<style>
a { background-color: #AFED42; }
a { background-color: rgb(175,237,66); }
div.DivClassName
{
background-color: #AFED42;
}
.BgClassName
{
background-color: #AFED42;
}
</style>
border-color css
<style>
span { border-color: #AFED42; }
span { border-color: rgb(175,237,66); }
td.TdClassName
{
border-color: #AFED42;
}
.TagClassName
{
border-color: #AFED42;
}
</style>