Shades of Conifer #ADEF57
Tints of Conifer #ADEF57
RGB
CMYK
RGB Variations
Color information
#ADEF57 (or 0xADEF57) is known color: Conifer. HEX triplet: AD, EF and 57. RGB value is (173,239,87). Sum of RGB (Red+Green+Blue) = 173+239+87=499 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.67% from 499); Green value is 239 (93.75% from 255 or 47.90% from 499); Blue value is 87 (34.38% from 255 or 17.43% from 499); Max value from RGB is 239 - color contains mainly: green. Hex color #ADEF57 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ADEF57 is #5210A8. Grayscale: #CACACA. Windows color (decimal): -5378217 or 5762989. OLE color: 5762989.
HSL color Cylindrical-coordinate representation of color #ADEF57: hue angle of 86.05º degrees, saturation: 0.83, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #ADEF57 is Cyan = 0.28, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 173 | 239 | 87 | - |
| CMYK | 0.28 | 0 | 0.64 | 0.06 |
| HSL | 86.05º | 0.83% | 0.64% | - |
| HSV(B) | 86.05º | 0.64% | 0.94% | - |
| XYZ | 49.82 | 71.31 | 20.15 | - |
| YUV | 201.94 | 63.13 | 107.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 239 | 87 | 0.28 | 0 | 0.64 | 0.06 | 86.05 | 0.83 | 0.64 |
| Hex | AD | EF | 57 | 1C | 0 | 40 | 6 | 56 | 53 | 40 |
| Octal | 255 | 357 | 127 | 34 | 0 | 100 | 6 | 126 | 123 | 100 |
| Binary | 10101101 | 11101111 | 1010111 | 11100 | 0 | 1000000 | 110 | 1010110 | 1010011 | 1000000 |
Color Harmonies of #ADEF57
Complementary color
Monochromatic Colors of #ADEF57
Black with #ADEF57
Text Example
Text Example
White with #ADEF57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADEF57; }
p { color: rgb(173,239,87); }
H1.HeaderClassName
{
color: #ADEF57;
}
.AnyTagClassName
{
color: #ADEF57;
}
</style>
background-color css
<style>
a { background-color: #ADEF57; }
a { background-color: rgb(173,239,87); }
div.DivClassName
{
background-color: #ADEF57;
}
.BgClassName
{
background-color: #ADEF57;
}
</style>
border-color css
<style>
span { border-color: #ADEF57; }
span { border-color: rgb(173,239,87); }
td.TdClassName
{
border-color: #ADEF57;
}
.TagClassName
{
border-color: #ADEF57;
}
</style>