Shades of Conifer #ADDF57
Tints of Conifer #ADDF57
RGB
CMYK
RGB Variations
Color information
#ADDF57 (or 0xADDF57) is known color: Conifer. HEX triplet: AD, DF and 57. RGB value is (173,223,87). Sum of RGB (Red+Green+Blue) = 173+223+87=483 (63% of max value = 765). Red value is 173 (67.97% from 255 or 35.82% from 483); Green value is 223 (87.5% from 255 or 46.17% from 483); Blue value is 87 (34.38% from 255 or 18.01% from 483); Max value from RGB is 223 - color contains mainly: green. Hex color #ADDF57 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADDF57 is #5220A8. Grayscale: #C1C1C1. Windows color (decimal): -5382313 or 5758893. OLE color: 5758893.
HSL color Cylindrical-coordinate representation of color #ADDF57: hue angle of 82.06º degrees, saturation: 0.68, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #ADDF57 is Cyan = 0.22, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 173 | 223 | 87 | - |
| CMYK | 0.22 | 0 | 0.61 | 0.13 |
| HSL | 82.06º | 0.68% | 0.61% | - |
| HSV(B) | 82.06º | 0.61% | 0.87% | - |
| XYZ | 45.34 | 62.35 | 18.66 | - |
| YUV | 192.55 | 68.44 | 114.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 223 | 87 | 0.22 | 0 | 0.61 | 0.13 | 82.06 | 0.68 | 0.61 |
| Hex | AD | DF | 57 | 16 | 0 | 3D | D | 52 | 44 | 3D |
| Octal | 255 | 337 | 127 | 26 | 0 | 75 | 15 | 122 | 104 | 75 |
| Binary | 10101101 | 11011111 | 1010111 | 10110 | 0 | 111101 | 1101 | 1010010 | 1000100 | 111101 |
Color Harmonies of #ADDF57
Complementary color
Monochromatic Colors of #ADDF57
Black with #ADDF57
Text Example
Text Example
White with #ADDF57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADDF57; }
p { color: rgb(173,223,87); }
H1.HeaderClassName
{
color: #ADDF57;
}
.AnyTagClassName
{
color: #ADDF57;
}
</style>
background-color css
<style>
a { background-color: #ADDF57; }
a { background-color: rgb(173,223,87); }
div.DivClassName
{
background-color: #ADDF57;
}
.BgClassName
{
background-color: #ADDF57;
}
</style>
border-color css
<style>
span { border-color: #ADDF57; }
span { border-color: rgb(173,223,87); }
td.TdClassName
{
border-color: #ADDF57;
}
.TagClassName
{
border-color: #ADDF57;
}
</style>