Shades of Conifer #AFED64
Tints of Conifer #AFED64
RGB
CMYK
RGB Variations
Color information
#AFED64 (or 0xAFED64) is known color: Conifer. HEX triplet: AF, ED and 64. RGB value is (175,237,100). Sum of RGB (Red+Green+Blue) = 175+237+100=512 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.18% from 512); Green value is 237 (92.97% from 255 or 46.29% from 512); Blue value is 100 (39.45% from 255 or 19.53% from 512); Max value from RGB is 237 - color contains mainly: green. Hex color #AFED64 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AFED64 is #50129B. Grayscale: #CBCBCB. Windows color (decimal): -5247644 or 6614447. OLE color: 6614447.
HSL color Cylindrical-coordinate representation of color #AFED64: hue angle of 87.15º degrees, saturation: 0.79, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AFED64 is Cyan = 0.26, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 175 | 237 | 100 | - |
| CMYK | 0.26 | 0 | 0.58 | 0.07 |
| HSL | 87.15º | 0.79% | 0.66% | - |
| HSV(B) | 87.15º | 0.58% | 0.93% | - |
| XYZ | 50.26 | 70.6 | 23.04 | - |
| YUV | 202.84 | 69.96 | 108.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 237 | 100 | 0.26 | 0 | 0.58 | 0.07 | 87.15 | 0.79 | 0.66 |
| Hex | AF | ED | 64 | 1A | 0 | 3A | 7 | 57 | 4F | 42 |
| Octal | 257 | 355 | 144 | 32 | 0 | 72 | 7 | 127 | 117 | 102 |
| Binary | 10101111 | 11101101 | 1100100 | 11010 | 0 | 111010 | 111 | 1010111 | 1001111 | 1000010 |
Color Harmonies of #AFED64
Complementary color
Monochromatic Colors of #AFED64
Black with #AFED64
Text Example
Text Example
White with #AFED64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFED64; }
p { color: rgb(175,237,100); }
H1.HeaderClassName
{
color: #AFED64;
}
.AnyTagClassName
{
color: #AFED64;
}
</style>
background-color css
<style>
a { background-color: #AFED64; }
a { background-color: rgb(175,237,100); }
div.DivClassName
{
background-color: #AFED64;
}
.BgClassName
{
background-color: #AFED64;
}
</style>
border-color css
<style>
span { border-color: #AFED64; }
span { border-color: rgb(175,237,100); }
td.TdClassName
{
border-color: #AFED64;
}
.TagClassName
{
border-color: #AFED64;
}
</style>