Shades of Conifer #ADF55D
Tints of Conifer #ADF55D
RGB
CMYK
RGB Variations
Color information
#ADF55D (or 0xADF55D) is known color: Conifer. HEX triplet: AD, F5 and 5D. RGB value is (173,245,93). Sum of RGB (Red+Green+Blue) = 173+245+93=511 (67% of max value = 765). Red value is 173 (67.97% from 255 or 33.86% from 511); Green value is 245 (96.09% from 255 or 47.95% from 511); Blue value is 93 (36.72% from 255 or 18.20% from 511); Max value from RGB is 245 - color contains mainly: green. Hex color #ADF55D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ADF55D is #520AA2. Grayscale: #CECECE. Windows color (decimal): -5376675 or 6157741. OLE color: 6157741.
HSL color Cylindrical-coordinate representation of color #ADF55D: hue angle of 88.42º degrees, saturation: 0.88, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #ADF55D is Cyan = 0.29, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 173 | 245 | 93 | - |
| CMYK | 0.29 | 0 | 0.62 | 0.04 |
| HSL | 88.42º | 0.88% | 0.66% | - |
| HSV(B) | 88.42º | 0.62% | 0.96% | - |
| XYZ | 51.86 | 74.98 | 22.09 | - |
| YUV | 206.14 | 64.15 | 104.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 245 | 93 | 0.29 | 0 | 0.62 | 0.04 | 88.42 | 0.88 | 0.66 |
| Hex | AD | F5 | 5D | 1D | 0 | 3E | 4 | 58 | 58 | 42 |
| Octal | 255 | 365 | 135 | 35 | 0 | 76 | 4 | 130 | 130 | 102 |
| Binary | 10101101 | 11110101 | 1011101 | 11101 | 0 | 111110 | 100 | 1011000 | 1011000 | 1000010 |
Color Harmonies of #ADF55D
Complementary color
Monochromatic Colors of #ADF55D
Black with #ADF55D
Text Example
Text Example
White with #ADF55D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADF55D; }
p { color: rgb(173,245,93); }
H1.HeaderClassName
{
color: #ADF55D;
}
.AnyTagClassName
{
color: #ADF55D;
}
</style>
background-color css
<style>
a { background-color: #ADF55D; }
a { background-color: rgb(173,245,93); }
div.DivClassName
{
background-color: #ADF55D;
}
.BgClassName
{
background-color: #ADF55D;
}
</style>
border-color css
<style>
span { border-color: #ADF55D; }
span { border-color: rgb(173,245,93); }
td.TdClassName
{
border-color: #ADF55D;
}
.TagClassName
{
border-color: #ADF55D;
}
</style>