Shades of Conifer #9DE362
Tints of Conifer #9DE362
RGB
CMYK
RGB Variations
Color information
#9DE362 (or 0x9DE362) is known color: Conifer. HEX triplet: 9D, E3 and 62. RGB value is (157,227,98). Sum of RGB (Red+Green+Blue) = 157+227+98=482 (63% of max value = 765). Red value is 157 (61.72% from 255 or 32.57% from 482); Green value is 227 (89.06% from 255 or 47.10% from 482); Blue value is 98 (38.67% from 255 or 20.33% from 482); Max value from RGB is 227 - color contains mainly: green. Hex color #9DE362 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DE362 is #621C9D. Grayscale: #BFBFBF. Windows color (decimal): -6429854 or 6480797. OLE color: 6480797.
HSL color Cylindrical-coordinate representation of color #9DE362: hue angle of 92.56º degrees, saturation: 0.7, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9DE362 is Cyan = 0.31, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 157 | 227 | 98 | - |
| CMYK | 0.31 | 0 | 0.57 | 0.11 |
| HSL | 92.56º | 0.7% | 0.64% | - |
| HSV(B) | 92.56º | 0.57% | 0.89% | - |
| XYZ | 43.58 | 62.99 | 21.42 | - |
| YUV | 191.36 | 75.31 | 103.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 227 | 98 | 0.31 | 0 | 0.57 | 0.11 | 92.56 | 0.7 | 0.64 |
| Hex | 9D | E3 | 62 | 1F | 0 | 39 | B | 5D | 46 | 40 |
| Octal | 235 | 343 | 142 | 37 | 0 | 71 | 13 | 135 | 106 | 100 |
| Binary | 10011101 | 11100011 | 1100010 | 11111 | 0 | 111001 | 1011 | 1011101 | 1000110 | 1000000 |
Color Harmonies of #9DE362
Complementary color
Monochromatic Colors of #9DE362
Black with #9DE362
Text Example
Text Example
White with #9DE362
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DE362; }
p { color: rgb(157,227,98); }
H1.HeaderClassName
{
color: #9DE362;
}
.AnyTagClassName
{
color: #9DE362;
}
</style>
background-color css
<style>
a { background-color: #9DE362; }
a { background-color: rgb(157,227,98); }
div.DivClassName
{
background-color: #9DE362;
}
.BgClassName
{
background-color: #9DE362;
}
</style>
border-color css
<style>
span { border-color: #9DE362; }
span { border-color: rgb(157,227,98); }
td.TdClassName
{
border-color: #9DE362;
}
.TagClassName
{
border-color: #9DE362;
}
</style>