Shades of Conifer #AFEA65
Tints of Conifer #AFEA65
RGB
CMYK
RGB Variations
Color information
#AFEA65 (or 0xAFEA65) is known color: Conifer. HEX triplet: AF, EA and 65. RGB value is (175,234,101). Sum of RGB (Red+Green+Blue) = 175+234+101=510 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.31% from 510); Green value is 234 (91.80% from 255 or 45.88% from 510); Blue value is 101 (39.84% from 255 or 19.80% from 510); Max value from RGB is 234 - color contains mainly: green. Hex color #AFEA65 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AFEA65 is #50159A. Grayscale: #C9C9C9. Windows color (decimal): -5248411 or 6679215. OLE color: 6679215.
HSL color Cylindrical-coordinate representation of color #AFEA65: hue angle of 86.62º degrees, saturation: 0.76, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AFEA65 is Cyan = 0.25, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 175 | 234 | 101 | - |
| CMYK | 0.25 | 0 | 0.57 | 0.08 |
| HSL | 86.62º | 0.76% | 0.66% | - |
| HSV(B) | 86.62º | 0.57% | 0.92% | - |
| XYZ | 49.45 | 68.9 | 23 | - |
| YUV | 201.2 | 71.45 | 109.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 234 | 101 | 0.25 | 0 | 0.57 | 0.08 | 86.62 | 0.76 | 0.66 |
| Hex | AF | EA | 65 | 19 | 0 | 39 | 8 | 57 | 4C | 42 |
| Octal | 257 | 352 | 145 | 31 | 0 | 71 | 10 | 127 | 114 | 102 |
| Binary | 10101111 | 11101010 | 1100101 | 11001 | 0 | 111001 | 1000 | 1010111 | 1001100 | 1000010 |
Color Harmonies of #AFEA65
Complementary color
Monochromatic Colors of #AFEA65
Black with #AFEA65
Text Example
Text Example
White with #AFEA65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFEA65; }
p { color: rgb(175,234,101); }
H1.HeaderClassName
{
color: #AFEA65;
}
.AnyTagClassName
{
color: #AFEA65;
}
</style>
background-color css
<style>
a { background-color: #AFEA65; }
a { background-color: rgb(175,234,101); }
div.DivClassName
{
background-color: #AFEA65;
}
.BgClassName
{
background-color: #AFEA65;
}
</style>
border-color css
<style>
span { border-color: #AFEA65; }
span { border-color: rgb(175,234,101); }
td.TdClassName
{
border-color: #AFEA65;
}
.TagClassName
{
border-color: #AFEA65;
}
</style>