Shades of Conifer #9DDE53
Tints of Conifer #9DDE53
RGB
CMYK
RGB Variations
Color information
#9DDE53 (or 0x9DDE53) is known color: Conifer. HEX triplet: 9D, DE and 53. RGB value is (157,222,83). Sum of RGB (Red+Green+Blue) = 157+222+83=462 (61% of max value = 765). Red value is 157 (61.72% from 255 or 33.98% from 462); Green value is 222 (87.11% from 255 or 48.05% from 462); Blue value is 83 (32.81% from 255 or 17.97% from 462); Max value from RGB is 222 - color contains mainly: green. Hex color #9DDE53 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DDE53 is #6221AC. Grayscale: #BBBBBB. Windows color (decimal): -6431149 or 5496477. OLE color: 5496477.
HSL color Cylindrical-coordinate representation of color #9DDE53: hue angle of 88.06º degrees, saturation: 0.68, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #9DDE53 is Cyan = 0.29, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 157 | 222 | 83 | - |
| CMYK | 0.29 | 0 | 0.63 | 0.13 |
| HSL | 88.06º | 0.68% | 0.6% | - |
| HSV(B) | 88.06º | 0.63% | 0.87% | - |
| XYZ | 41.59 | 60.04 | 17.58 | - |
| YUV | 186.72 | 69.47 | 106.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 222 | 83 | 0.29 | 0 | 0.63 | 0.13 | 88.06 | 0.68 | 0.6 |
| Hex | 9D | DE | 53 | 1D | 0 | 3F | D | 58 | 44 | 3C |
| Octal | 235 | 336 | 123 | 35 | 0 | 77 | 15 | 130 | 104 | 74 |
| Binary | 10011101 | 11011110 | 1010011 | 11101 | 0 | 111111 | 1101 | 1011000 | 1000100 | 111100 |
Color Harmonies of #9DDE53
Complementary color
Monochromatic Colors of #9DDE53
Black with #9DDE53
Text Example
Text Example
White with #9DDE53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DDE53; }
p { color: rgb(157,222,83); }
H1.HeaderClassName
{
color: #9DDE53;
}
.AnyTagClassName
{
color: #9DDE53;
}
</style>
background-color css
<style>
a { background-color: #9DDE53; }
a { background-color: rgb(157,222,83); }
div.DivClassName
{
background-color: #9DDE53;
}
.BgClassName
{
background-color: #9DDE53;
}
</style>
border-color css
<style>
span { border-color: #9DDE53; }
span { border-color: rgb(157,222,83); }
td.TdClassName
{
border-color: #9DDE53;
}
.TagClassName
{
border-color: #9DDE53;
}
</style>