Shades of Conifer #ADEF53
Tints of Conifer #ADEF53
RGB
CMYK
RGB Variations
Color information
#ADEF53 (or 0xADEF53) is known color: Conifer. HEX triplet: AD, EF and 53. RGB value is (173,239,83). Sum of RGB (Red+Green+Blue) = 173+239+83=495 (65% of max value = 765). Red value is 173 (67.97% from 255 or 34.95% from 495); Green value is 239 (93.75% from 255 or 48.28% from 495); Blue value is 83 (32.81% from 255 or 16.77% from 495); Max value from RGB is 239 - color contains mainly: green. Hex color #ADEF53 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ADEF53 is #5210AC. Grayscale: #CACACA. Windows color (decimal): -5378221 or 5500845. OLE color: 5500845.
HSL color Cylindrical-coordinate representation of color #ADEF53: hue angle of 85.38º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #ADEF53 is Cyan = 0.28, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 173 | 239 | 83 | - |
| CMYK | 0.28 | 0 | 0.65 | 0.06 |
| HSL | 85.38º | 0.83% | 0.63% | - |
| HSV(B) | 85.38º | 0.65% | 0.94% | - |
| XYZ | 49.66 | 71.24 | 19.32 | - |
| YUV | 201.48 | 61.13 | 107.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 239 | 83 | 0.28 | 0 | 0.65 | 0.06 | 85.38 | 0.83 | 0.63 |
| Hex | AD | EF | 53 | 1C | 0 | 41 | 6 | 55 | 53 | 3F |
| Octal | 255 | 357 | 123 | 34 | 0 | 101 | 6 | 125 | 123 | 77 |
| Binary | 10101101 | 11101111 | 1010011 | 11100 | 0 | 1000001 | 110 | 1010101 | 1010011 | 111111 |
Color Harmonies of #ADEF53
Complementary color
Monochromatic Colors of #ADEF53
Black with #ADEF53
Text Example
Text Example
White with #ADEF53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADEF53; }
p { color: rgb(173,239,83); }
H1.HeaderClassName
{
color: #ADEF53;
}
.AnyTagClassName
{
color: #ADEF53;
}
</style>
background-color css
<style>
a { background-color: #ADEF53; }
a { background-color: rgb(173,239,83); }
div.DivClassName
{
background-color: #ADEF53;
}
.BgClassName
{
background-color: #ADEF53;
}
</style>
border-color css
<style>
span { border-color: #ADEF53; }
span { border-color: rgb(173,239,83); }
td.TdClassName
{
border-color: #ADEF53;
}
.TagClassName
{
border-color: #ADEF53;
}
</style>