Shades of Conifer #ADF755
Tints of Conifer #ADF755
RGB
CMYK
RGB Variations
Color information
#ADF755 (or 0xADF755) is known color: Conifer. HEX triplet: AD, F7 and 55. RGB value is (173,247,85). Sum of RGB (Red+Green+Blue) = 173+247+85=505 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.26% from 505); Green value is 247 (96.88% from 255 or 48.91% from 505); Blue value is 85 (33.59% from 255 or 16.83% from 505); Max value from RGB is 247 - color contains mainly: green. Hex color #ADF755 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ADF755 is #5208AA. Grayscale: #CECECE. Windows color (decimal): -5376171 or 5633965. OLE color: 5633965.
HSL color Cylindrical-coordinate representation of color #ADF755: hue angle of 87.41º degrees, saturation: 0.91, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #ADF755 is Cyan = 0.30, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 173 | 247 | 85 | - |
| CMYK | 0.30 | 0 | 0.66 | 0.03 |
| HSL | 87.41º | 0.91% | 0.65% | - |
| HSV(B) | 87.41º | 0.66% | 0.97% | - |
| XYZ | 52.13 | 76.06 | 20.53 | - |
| YUV | 206.41 | 59.48 | 104.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 247 | 85 | 0.30 | 0 | 0.66 | 0.03 | 87.41 | 0.91 | 0.65 |
| Hex | AD | F7 | 55 | 1E | 0 | 42 | 3 | 57 | 5B | 41 |
| Octal | 255 | 367 | 125 | 36 | 0 | 102 | 3 | 127 | 133 | 101 |
| Binary | 10101101 | 11110111 | 1010101 | 11110 | 0 | 1000010 | 11 | 1010111 | 1011011 | 1000001 |
Color Harmonies of #ADF755
Complementary color
Monochromatic Colors of #ADF755
Black with #ADF755
Text Example
Text Example
White with #ADF755
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADF755; }
p { color: rgb(173,247,85); }
H1.HeaderClassName
{
color: #ADF755;
}
.AnyTagClassName
{
color: #ADF755;
}
</style>
background-color css
<style>
a { background-color: #ADF755; }
a { background-color: rgb(173,247,85); }
div.DivClassName
{
background-color: #ADF755;
}
.BgClassName
{
background-color: #ADF755;
}
</style>
border-color css
<style>
span { border-color: #ADF755; }
span { border-color: rgb(173,247,85); }
td.TdClassName
{
border-color: #ADF755;
}
.TagClassName
{
border-color: #ADF755;
}
</style>