Shades of Conifer #AEDB51
Tints of Conifer #AEDB51
RGB
CMYK
RGB Variations
Color information
#AEDB51 (or 0xAEDB51) is known color: Conifer. HEX triplet: AE, DB and 51. RGB value is (174,219,81). Sum of RGB (Red+Green+Blue) = 174+219+81=474 (62% of max value = 765). Red value is 174 (68.36% from 255 or 36.71% from 474); Green value is 219 (85.94% from 255 or 46.20% from 474); Blue value is 81 (32.03% from 255 or 17.09% from 474); Max value from RGB is 219 - color contains mainly: green. Hex color #AEDB51 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEDB51 is #5124AE. Grayscale: #BEBEBE. Windows color (decimal): -5317807 or 5364654. OLE color: 5364654.
HSL color Cylindrical-coordinate representation of color #AEDB51: hue angle of 79.57º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AEDB51 is Cyan = 0.21, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 174 | 219 | 81 | - |
| CMYK | 0.21 | 0 | 0.63 | 0.14 |
| HSL | 79.57º | 0.66% | 0.59% | - |
| HSV(B) | 79.57º | 0.63% | 0.86% | - |
| XYZ | 44.27 | 60.26 | 17.08 | - |
| YUV | 189.81 | 66.59 | 116.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 219 | 81 | 0.21 | 0 | 0.63 | 0.14 | 79.57 | 0.66 | 0.59 |
| Hex | AE | DB | 51 | 15 | 0 | 3F | E | 50 | 42 | 3B |
| Octal | 256 | 333 | 121 | 25 | 0 | 77 | 16 | 120 | 102 | 73 |
| Binary | 10101110 | 11011011 | 1010001 | 10101 | 0 | 111111 | 1110 | 1010000 | 1000010 | 111011 |
Color Harmonies of #AEDB51
Complementary color
Monochromatic Colors of #AEDB51
Black with #AEDB51
Text Example
Text Example
White with #AEDB51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEDB51; }
p { color: rgb(174,219,81); }
H1.HeaderClassName
{
color: #AEDB51;
}
.AnyTagClassName
{
color: #AEDB51;
}
</style>
background-color css
<style>
a { background-color: #AEDB51; }
a { background-color: rgb(174,219,81); }
div.DivClassName
{
background-color: #AEDB51;
}
.BgClassName
{
background-color: #AEDB51;
}
</style>
border-color css
<style>
span { border-color: #AEDB51; }
span { border-color: rgb(174,219,81); }
td.TdClassName
{
border-color: #AEDB51;
}
.TagClassName
{
border-color: #AEDB51;
}
</style>