Shades of Conifer #9DDB54
Tints of Conifer #9DDB54
RGB
CMYK
RGB Variations
Color information
#9DDB54 (or 0x9DDB54) is known color: Conifer. HEX triplet: 9D, DB and 54. RGB value is (157,219,84). Sum of RGB (Red+Green+Blue) = 157+219+84=460 (60% of max value = 765). Red value is 157 (61.72% from 255 or 34.13% from 460); Green value is 219 (85.94% from 255 or 47.61% from 460); Blue value is 84 (33.20% from 255 or 18.26% from 460); Max value from RGB is 219 - color contains mainly: green. Hex color #9DDB54 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DDB54 is #6224AB. Grayscale: #B9B9B9. Windows color (decimal): -6431916 or 5561245. OLE color: 5561245.
HSL color Cylindrical-coordinate representation of color #9DDB54: hue angle of 87.56º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9DDB54 is Cyan = 0.28, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 157 | 219 | 84 | - |
| CMYK | 0.28 | 0 | 0.62 | 0.14 |
| HSL | 87.56º | 0.65% | 0.59% | - |
| HSV(B) | 87.56º | 0.62% | 0.86% | - |
| XYZ | 40.84 | 58.47 | 17.52 | - |
| YUV | 185.07 | 70.96 | 107.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 219 | 84 | 0.28 | 0 | 0.62 | 0.14 | 87.56 | 0.65 | 0.59 |
| Hex | 9D | DB | 54 | 1C | 0 | 3E | E | 58 | 41 | 3B |
| Octal | 235 | 333 | 124 | 34 | 0 | 76 | 16 | 130 | 101 | 73 |
| Binary | 10011101 | 11011011 | 1010100 | 11100 | 0 | 111110 | 1110 | 1011000 | 1000001 | 111011 |
Color Harmonies of #9DDB54
Complementary color
Monochromatic Colors of #9DDB54
Black with #9DDB54
Text Example
Text Example
White with #9DDB54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DDB54; }
p { color: rgb(157,219,84); }
H1.HeaderClassName
{
color: #9DDB54;
}
.AnyTagClassName
{
color: #9DDB54;
}
</style>
background-color css
<style>
a { background-color: #9DDB54; }
a { background-color: rgb(157,219,84); }
div.DivClassName
{
background-color: #9DDB54;
}
.BgClassName
{
background-color: #9DDB54;
}
</style>
border-color css
<style>
span { border-color: #9DDB54; }
span { border-color: rgb(157,219,84); }
td.TdClassName
{
border-color: #9DDB54;
}
.TagClassName
{
border-color: #9DDB54;
}
</style>