Shades of Conifer #ADFD52
Tints of Conifer #ADFD52
RGB
CMYK
RGB Variations
Color information
#ADFD52 (or 0xADFD52) is known color: Conifer. HEX triplet: AD, FD and 52. RGB value is (173,253,82). Sum of RGB (Red+Green+Blue) = 173+253+82=508 (67% of max value = 765). Red value is 173 (67.97% from 255 or 34.06% from 508); Green value is 253 (99.22% from 255 or 49.80% from 508); Blue value is 82 (32.42% from 255 or 16.14% from 508); Max value from RGB is 253 - color contains mainly: green. Hex color #ADFD52 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ADFD52 is #5202AD. Grayscale: #D2D2D2. Windows color (decimal): -5374638 or 5438893. OLE color: 5438893.
HSL color Cylindrical-coordinate representation of color #ADFD52: hue angle of 88.07º degrees, saturation: 0.98, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #ADFD52 is Cyan = 0.32, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 173 | 253 | 82 | - |
| CMYK | 0.32 | 0 | 0.68 | 0.01 |
| HSL | 88.07º | 0.98% | 0.66% | - |
| HSV(B) | 88.07º | 0.68% | 0.99% | - |
| XYZ | 53.88 | 79.74 | 20.53 | - |
| YUV | 209.59 | 56 | 101.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 253 | 82 | 0.32 | 0 | 0.68 | 0.01 | 88.07 | 0.98 | 0.66 |
| Hex | AD | FD | 52 | 20 | 0 | 44 | 1 | 58 | 62 | 42 |
| Octal | 255 | 375 | 122 | 40 | 0 | 104 | 1 | 130 | 142 | 102 |
| Binary | 10101101 | 11111101 | 1010010 | 100000 | 0 | 1000100 | 1 | 1011000 | 1100010 | 1000010 |
Color Harmonies of #ADFD52
Complementary color
Monochromatic Colors of #ADFD52
Black with #ADFD52
Text Example
Text Example
White with #ADFD52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADFD52; }
p { color: rgb(173,253,82); }
H1.HeaderClassName
{
color: #ADFD52;
}
.AnyTagClassName
{
color: #ADFD52;
}
</style>
background-color css
<style>
a { background-color: #ADFD52; }
a { background-color: rgb(173,253,82); }
div.DivClassName
{
background-color: #ADFD52;
}
.BgClassName
{
background-color: #ADFD52;
}
</style>
border-color css
<style>
span { border-color: #ADFD52; }
span { border-color: rgb(173,253,82); }
td.TdClassName
{
border-color: #ADFD52;
}
.TagClassName
{
border-color: #ADFD52;
}
</style>