Shades of Conifer #ADF25F
Tints of Conifer #ADF25F
RGB
CMYK
RGB Variations
Color information
#ADF25F (or 0xADF25F) is known color: Conifer. HEX triplet: AD, F2 and 5F. RGB value is (173,242,95). Sum of RGB (Red+Green+Blue) = 173+242+95=510 (67% of max value = 765). Red value is 173 (67.97% from 255 or 33.92% from 510); Green value is 242 (94.92% from 255 or 47.45% from 510); Blue value is 95 (37.5% from 255 or 18.63% from 510); Max value from RGB is 242 - color contains mainly: green. Hex color #ADF25F is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ADF25F is #520DA0. Grayscale: #CDCDCD. Windows color (decimal): -5377441 or 6288045. OLE color: 6288045.
HSL color Cylindrical-coordinate representation of color #ADF25F: hue angle of 88.16º degrees, saturation: 0.85, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #ADF25F is Cyan = 0.29, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 173 | 242 | 95 | - |
| CMYK | 0.29 | 0 | 0.61 | 0.05 |
| HSL | 88.16º | 0.85% | 0.66% | - |
| HSV(B) | 88.16º | 0.61% | 0.95% | - |
| XYZ | 51.05 | 73.21 | 22.27 | - |
| YUV | 204.61 | 66.14 | 105.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 242 | 95 | 0.29 | 0 | 0.61 | 0.05 | 88.16 | 0.85 | 0.66 |
| Hex | AD | F2 | 5F | 1D | 0 | 3D | 5 | 58 | 55 | 42 |
| Octal | 255 | 362 | 137 | 35 | 0 | 75 | 5 | 130 | 125 | 102 |
| Binary | 10101101 | 11110010 | 1011111 | 11101 | 0 | 111101 | 101 | 1011000 | 1010101 | 1000010 |
Color Harmonies of #ADF25F
Complementary color
Monochromatic Colors of #ADF25F
Black with #ADF25F
Text Example
Text Example
White with #ADF25F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADF25F; }
p { color: rgb(173,242,95); }
H1.HeaderClassName
{
color: #ADF25F;
}
.AnyTagClassName
{
color: #ADF25F;
}
</style>
background-color css
<style>
a { background-color: #ADF25F; }
a { background-color: rgb(173,242,95); }
div.DivClassName
{
background-color: #ADF25F;
}
.BgClassName
{
background-color: #ADF25F;
}
</style>
border-color css
<style>
span { border-color: #ADF25F; }
span { border-color: rgb(173,242,95); }
td.TdClassName
{
border-color: #ADF25F;
}
.TagClassName
{
border-color: #ADF25F;
}
</style>