Shades of Conifer #AFEB40
Tints of Conifer #AFEB40
RGB
CMYK
RGB Variations
Color information
#AFEB40 (or 0xAFEB40) is known color: Conifer. HEX triplet: AF, EB and 40. RGB value is (175,235,64). Sum of RGB (Red+Green+Blue) = 175+235+64=474 (62% of max value = 765). Red value is 175 (68.75% from 255 or 36.92% from 474); Green value is 235 (92.19% from 255 or 49.58% from 474); Blue value is 64 (25.39% from 255 or 13.50% from 474); Max value from RGB is 235 - color contains mainly: green. Hex color #AFEB40 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AFEB40 is #5014BF. Grayscale: #C6C6C6. Windows color (decimal): -5248192 or 4254639. OLE color: 4254639.
HSL color Cylindrical-coordinate representation of color #AFEB40: hue angle of 81.05º degrees, saturation: 0.81, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AFEB40 is Cyan = 0.26, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 175 | 235 | 64 | - |
| CMYK | 0.26 | 0 | 0.73 | 0.08 |
| HSL | 81.05º | 0.81% | 0.59% | - |
| HSV(B) | 81.05º | 0.73% | 0.92% | - |
| XYZ | 48.31 | 68.9 | 15.6 | - |
| YUV | 197.57 | 52.62 | 111.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 235 | 64 | 0.26 | 0 | 0.73 | 0.08 | 81.05 | 0.81 | 0.59 |
| Hex | AF | EB | 40 | 1A | 0 | 49 | 8 | 51 | 51 | 3B |
| Octal | 257 | 353 | 100 | 32 | 0 | 111 | 10 | 121 | 121 | 73 |
| Binary | 10101111 | 11101011 | 1000000 | 11010 | 0 | 1001001 | 1000 | 1010001 | 1010001 | 111011 |
Color Harmonies of #AFEB40
Complementary color
Monochromatic Colors of #AFEB40
Black with #AFEB40
Text Example
Text Example
White with #AFEB40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFEB40; }
p { color: rgb(175,235,64); }
H1.HeaderClassName
{
color: #AFEB40;
}
.AnyTagClassName
{
color: #AFEB40;
}
</style>
background-color css
<style>
a { background-color: #AFEB40; }
a { background-color: rgb(175,235,64); }
div.DivClassName
{
background-color: #AFEB40;
}
.BgClassName
{
background-color: #AFEB40;
}
</style>
border-color css
<style>
span { border-color: #AFEB40; }
span { border-color: rgb(175,235,64); }
td.TdClassName
{
border-color: #AFEB40;
}
.TagClassName
{
border-color: #AFEB40;
}
</style>