Shades of Conifer #ADF74C
Tints of Conifer #ADF74C
RGB
CMYK
RGB Variations
Color information
#ADF74C (or 0xADF74C) is known color: Conifer. HEX triplet: AD, F7 and 4C. RGB value is (173,247,76). Sum of RGB (Red+Green+Blue) = 173+247+76=496 (65% of max value = 765). Red value is 173 (67.97% from 255 or 34.88% from 496); Green value is 247 (96.88% from 255 or 49.80% from 496); Blue value is 76 (30.08% from 255 or 15.32% from 496); Max value from RGB is 247 - color contains mainly: green. Hex color #ADF74C is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #ADF74C is #5208B3. Grayscale: #CDCDCD. Windows color (decimal): -5376180 or 5044141. OLE color: 5044141.
HSL color Cylindrical-coordinate representation of color #ADF74C: hue angle of 85.96º degrees, saturation: 0.91, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #ADF74C is Cyan = 0.30, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 173 | 247 | 76 | - |
| CMYK | 0.30 | 0 | 0.69 | 0.03 |
| HSL | 85.96º | 0.91% | 0.63% | - |
| HSV(B) | 85.96º | 0.69% | 0.97% | - |
| XYZ | 51.8 | 75.93 | 18.76 | - |
| YUV | 205.38 | 54.98 | 104.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 247 | 76 | 0.30 | 0 | 0.69 | 0.03 | 85.96 | 0.91 | 0.63 |
| Hex | AD | F7 | 4C | 1E | 0 | 45 | 3 | 56 | 5B | 3F |
| Octal | 255 | 367 | 114 | 36 | 0 | 105 | 3 | 126 | 133 | 77 |
| Binary | 10101101 | 11110111 | 1001100 | 11110 | 0 | 1000101 | 11 | 1010110 | 1011011 | 111111 |
Color Harmonies of #ADF74C
Complementary color
Monochromatic Colors of #ADF74C
Black with #ADF74C
Text Example
Text Example
White with #ADF74C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADF74C; }
p { color: rgb(173,247,76); }
H1.HeaderClassName
{
color: #ADF74C;
}
.AnyTagClassName
{
color: #ADF74C;
}
</style>
background-color css
<style>
a { background-color: #ADF74C; }
a { background-color: rgb(173,247,76); }
div.DivClassName
{
background-color: #ADF74C;
}
.BgClassName
{
background-color: #ADF74C;
}
</style>
border-color css
<style>
span { border-color: #ADF74C; }
span { border-color: rgb(173,247,76); }
td.TdClassName
{
border-color: #ADF74C;
}
.TagClassName
{
border-color: #ADF74C;
}
</style>