Shades of Conifer #ADEF50
Tints of Conifer #ADEF50
RGB
CMYK
RGB Variations
Color information
#ADEF50 (or 0xADEF50) is known color: Conifer. HEX triplet: AD, EF and 50. RGB value is (173,239,80). Sum of RGB (Red+Green+Blue) = 173+239+80=492 (65% of max value = 765). Red value is 173 (67.97% from 255 or 35.16% from 492); Green value is 239 (93.75% from 255 or 48.58% from 492); Blue value is 80 (31.64% from 255 or 16.26% from 492); Max value from RGB is 239 - color contains mainly: green. Hex color #ADEF50 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ADEF50 is #5210AF. Grayscale: #C9C9C9. Windows color (decimal): -5378224 or 5304237. OLE color: 5304237.
HSL color Cylindrical-coordinate representation of color #ADEF50: hue angle of 84.91º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #ADEF50 is Cyan = 0.28, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 173 | 239 | 80 | - |
| CMYK | 0.28 | 0 | 0.67 | 0.06 |
| HSL | 84.91º | 0.83% | 0.63% | - |
| HSV(B) | 84.91º | 0.67% | 0.94% | - |
| XYZ | 49.55 | 71.2 | 18.72 | - |
| YUV | 201.14 | 59.63 | 107.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 239 | 80 | 0.28 | 0 | 0.67 | 0.06 | 84.91 | 0.83 | 0.63 |
| Hex | AD | EF | 50 | 1C | 0 | 43 | 6 | 55 | 53 | 3F |
| Octal | 255 | 357 | 120 | 34 | 0 | 103 | 6 | 125 | 123 | 77 |
| Binary | 10101101 | 11101111 | 1010000 | 11100 | 0 | 1000011 | 110 | 1010101 | 1010011 | 111111 |
Color Harmonies of #ADEF50
Complementary color
Monochromatic Colors of #ADEF50
Black with #ADEF50
Text Example
Text Example
White with #ADEF50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADEF50; }
p { color: rgb(173,239,80); }
H1.HeaderClassName
{
color: #ADEF50;
}
.AnyTagClassName
{
color: #ADEF50;
}
</style>
background-color css
<style>
a { background-color: #ADEF50; }
a { background-color: rgb(173,239,80); }
div.DivClassName
{
background-color: #ADEF50;
}
.BgClassName
{
background-color: #ADEF50;
}
</style>
border-color css
<style>
span { border-color: #ADEF50; }
span { border-color: rgb(173,239,80); }
td.TdClassName
{
border-color: #ADEF50;
}
.TagClassName
{
border-color: #ADEF50;
}
</style>