Shades of Conifer #9DDE51
Tints of Conifer #9DDE51
RGB
CMYK
RGB Variations
Color information
#9DDE51 (or 0x9DDE51) is known color: Conifer. HEX triplet: 9D, DE and 51. RGB value is (157,222,81). Sum of RGB (Red+Green+Blue) = 157+222+81=460 (60% of max value = 765). Red value is 157 (61.72% from 255 or 34.13% from 460); Green value is 222 (87.11% from 255 or 48.26% from 460); Blue value is 81 (32.03% from 255 or 17.61% from 460); Max value from RGB is 222 - color contains mainly: green. Hex color #9DDE51 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DDE51 is #6221AE. Grayscale: #BABABA. Windows color (decimal): -6431151 or 5365405. OLE color: 5365405.
HSL color Cylindrical-coordinate representation of color #9DDE51: hue angle of 87.66º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #9DDE51 is Cyan = 0.29, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 157 | 222 | 81 | - |
| CMYK | 0.29 | 0 | 0.64 | 0.13 |
| HSL | 87.66º | 0.68% | 0.59% | - |
| HSV(B) | 87.66º | 0.64% | 0.87% | - |
| XYZ | 41.51 | 60 | 17.18 | - |
| YUV | 186.49 | 68.47 | 106.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 222 | 81 | 0.29 | 0 | 0.64 | 0.13 | 87.66 | 0.68 | 0.59 |
| Hex | 9D | DE | 51 | 1D | 0 | 40 | D | 58 | 44 | 3B |
| Octal | 235 | 336 | 121 | 35 | 0 | 100 | 15 | 130 | 104 | 73 |
| Binary | 10011101 | 11011110 | 1010001 | 11101 | 0 | 1000000 | 1101 | 1011000 | 1000100 | 111011 |
Color Harmonies of #9DDE51
Complementary color
Monochromatic Colors of #9DDE51
Black with #9DDE51
Text Example
Text Example
White with #9DDE51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DDE51; }
p { color: rgb(157,222,81); }
H1.HeaderClassName
{
color: #9DDE51;
}
.AnyTagClassName
{
color: #9DDE51;
}
</style>
background-color css
<style>
a { background-color: #9DDE51; }
a { background-color: rgb(157,222,81); }
div.DivClassName
{
background-color: #9DDE51;
}
.BgClassName
{
background-color: #9DDE51;
}
</style>
border-color css
<style>
span { border-color: #9DDE51; }
span { border-color: rgb(157,222,81); }
td.TdClassName
{
border-color: #9DDE51;
}
.TagClassName
{
border-color: #9DDE51;
}
</style>