Shades of Conifer #ADEF63
Tints of Conifer #ADEF63
RGB
CMYK
RGB Variations
Color information
#ADEF63 (or 0xADEF63) is known color: Conifer. HEX triplet: AD, EF and 63. RGB value is (173,239,99). Sum of RGB (Red+Green+Blue) = 173+239+99=511 (67% of max value = 765). Red value is 173 (67.97% from 255 or 33.86% from 511); Green value is 239 (93.75% from 255 or 46.77% from 511); Blue value is 99 (39.06% from 255 or 19.37% from 511); Max value from RGB is 239 - color contains mainly: green. Hex color #ADEF63 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ADEF63 is #52109C. Grayscale: #CBCBCB. Windows color (decimal): -5378205 or 6549421. OLE color: 6549421.
HSL color Cylindrical-coordinate representation of color #ADEF63: hue angle of 88.29º degrees, saturation: 0.81, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #ADEF63 is Cyan = 0.28, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 173 | 239 | 99 | - |
| CMYK | 0.28 | 0 | 0.59 | 0.06 |
| HSL | 88.29º | 0.81% | 0.66% | - |
| HSV(B) | 88.29º | 0.59% | 0.94% | - |
| XYZ | 50.35 | 71.52 | 22.95 | - |
| YUV | 203.31 | 69.13 | 106.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 239 | 99 | 0.28 | 0 | 0.59 | 0.06 | 88.29 | 0.81 | 0.66 |
| Hex | AD | EF | 63 | 1C | 0 | 3B | 6 | 58 | 51 | 42 |
| Octal | 255 | 357 | 143 | 34 | 0 | 73 | 6 | 130 | 121 | 102 |
| Binary | 10101101 | 11101111 | 1100011 | 11100 | 0 | 111011 | 110 | 1011000 | 1010001 | 1000010 |
Color Harmonies of #ADEF63
Complementary color
Monochromatic Colors of #ADEF63
Black with #ADEF63
Text Example
Text Example
White with #ADEF63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADEF63; }
p { color: rgb(173,239,99); }
H1.HeaderClassName
{
color: #ADEF63;
}
.AnyTagClassName
{
color: #ADEF63;
}
</style>
background-color css
<style>
a { background-color: #ADEF63; }
a { background-color: rgb(173,239,99); }
div.DivClassName
{
background-color: #ADEF63;
}
.BgClassName
{
background-color: #ADEF63;
}
</style>
border-color css
<style>
span { border-color: #ADEF63; }
span { border-color: rgb(173,239,99); }
td.TdClassName
{
border-color: #ADEF63;
}
.TagClassName
{
border-color: #ADEF63;
}
</style>