Shades of Conifer #9DEA65
Tints of Conifer #9DEA65
RGB
CMYK
RGB Variations
Color information
#9DEA65 (or 0x9DEA65) is known color: Conifer. HEX triplet: 9D, EA and 65. RGB value is (157,234,101). Sum of RGB (Red+Green+Blue) = 157+234+101=492 (65% of max value = 765). Red value is 157 (61.72% from 255 or 31.91% from 492); Green value is 234 (91.80% from 255 or 47.56% from 492); Blue value is 101 (39.84% from 255 or 20.53% from 492); Max value from RGB is 234 - color contains mainly: green. Hex color #9DEA65 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9DEA65 is #62159A. Grayscale: #C4C4C4. Windows color (decimal): -6428059 or 6679197. OLE color: 6679197.
HSL color Cylindrical-coordinate representation of color #9DEA65: hue angle of 94.74º degrees, saturation: 0.76, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9DEA65 is Cyan = 0.33, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 157 | 234 | 101 | - |
| CMYK | 0.33 | 0 | 0.57 | 0.08 |
| HSL | 94.74º | 0.76% | 0.66% | - |
| HSV(B) | 94.74º | 0.57% | 0.92% | - |
| XYZ | 45.68 | 66.95 | 22.83 | - |
| YUV | 195.82 | 74.49 | 100.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 234 | 101 | 0.33 | 0 | 0.57 | 0.08 | 94.74 | 0.76 | 0.66 |
| Hex | 9D | EA | 65 | 21 | 0 | 39 | 8 | 5F | 4C | 42 |
| Octal | 235 | 352 | 145 | 41 | 0 | 71 | 10 | 137 | 114 | 102 |
| Binary | 10011101 | 11101010 | 1100101 | 100001 | 0 | 111001 | 1000 | 1011111 | 1001100 | 1000010 |
Color Harmonies of #9DEA65
Complementary color
Monochromatic Colors of #9DEA65
Black with #9DEA65
Text Example
Text Example
White with #9DEA65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DEA65; }
p { color: rgb(157,234,101); }
H1.HeaderClassName
{
color: #9DEA65;
}
.AnyTagClassName
{
color: #9DEA65;
}
</style>
background-color css
<style>
a { background-color: #9DEA65; }
a { background-color: rgb(157,234,101); }
div.DivClassName
{
background-color: #9DEA65;
}
.BgClassName
{
background-color: #9DEA65;
}
</style>
border-color css
<style>
span { border-color: #9DEA65; }
span { border-color: rgb(157,234,101); }
td.TdClassName
{
border-color: #9DEA65;
}
.TagClassName
{
border-color: #9DEA65;
}
</style>