Shades of Conifer #AED64B
Tints of Conifer #AED64B
RGB
CMYK
RGB Variations
Color information
#AED64B (or 0xAED64B) is known color: Conifer. HEX triplet: AE, D6 and 4B. RGB value is (174,214,75). Sum of RGB (Red+Green+Blue) = 174+214+75=463 (61% of max value = 765). Red value is 174 (68.36% from 255 or 37.58% from 463); Green value is 214 (83.98% from 255 or 46.22% from 463); Blue value is 75 (29.69% from 255 or 16.20% from 463); Max value from RGB is 214 - color contains mainly: green. Hex color #AED64B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AED64B is #5129B4. Grayscale: #BABABA. Windows color (decimal): -5319093 or 4970158. OLE color: 4970158.
HSL color Cylindrical-coordinate representation of color #AED64B: hue angle of 77.27º degrees, saturation: 0.63, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AED64B is Cyan = 0.19, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 174 | 214 | 75 | - |
| CMYK | 0.19 | 0 | 0.65 | 0.16 |
| HSL | 77.27º | 0.63% | 0.57% | - |
| HSV(B) | 77.27º | 0.65% | 0.84% | - |
| XYZ | 42.77 | 57.6 | 15.52 | - |
| YUV | 186.19 | 65.25 | 119.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 214 | 75 | 0.19 | 0 | 0.65 | 0.16 | 77.27 | 0.63 | 0.57 |
| Hex | AE | D6 | 4B | 13 | 0 | 41 | 10 | 4D | 3F | 39 |
| Octal | 256 | 326 | 113 | 23 | 0 | 101 | 20 | 115 | 77 | 71 |
| Binary | 10101110 | 11010110 | 1001011 | 10011 | 0 | 1000001 | 10000 | 1001101 | 111111 | 111001 |
Color Harmonies of #AED64B
Complementary color
Monochromatic Colors of #AED64B
Black with #AED64B
Text Example
Text Example
White with #AED64B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AED64B; }
p { color: rgb(174,214,75); }
H1.HeaderClassName
{
color: #AED64B;
}
.AnyTagClassName
{
color: #AED64B;
}
</style>
background-color css
<style>
a { background-color: #AED64B; }
a { background-color: rgb(174,214,75); }
div.DivClassName
{
background-color: #AED64B;
}
.BgClassName
{
background-color: #AED64B;
}
</style>
border-color css
<style>
span { border-color: #AED64B; }
span { border-color: rgb(174,214,75); }
td.TdClassName
{
border-color: #AED64B;
}
.TagClassName
{
border-color: #AED64B;
}
</style>