Shades of Conifer #9CDA53
Tints of Conifer #9CDA53
RGB
CMYK
RGB Variations
Color information
#9CDA53 (or 0x9CDA53) is known color: Conifer. HEX triplet: 9C, DA and 53. RGB value is (156,218,83). Sum of RGB (Red+Green+Blue) = 156+218+83=457 (60% of max value = 765). Red value is 156 (61.33% from 255 or 34.14% from 457); Green value is 218 (85.55% from 255 or 47.70% from 457); Blue value is 83 (32.81% from 255 or 18.16% from 457); Max value from RGB is 218 - color contains mainly: green. Hex color #9CDA53 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CDA53 is #6325AC. Grayscale: #B8B8B8. Windows color (decimal): -6497709 or 5495452. OLE color: 5495452.
HSL color Cylindrical-coordinate representation of color #9CDA53: hue angle of 87.56º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9CDA53 is Cyan = 0.28, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 156 | 218 | 83 | - |
| CMYK | 0.28 | 0 | 0.62 | 0.15 |
| HSL | 87.56º | 0.65% | 0.59% | - |
| HSV(B) | 87.56º | 0.62% | 0.85% | - |
| XYZ | 40.34 | 57.84 | 17.22 | - |
| YUV | 184.07 | 70.96 | 107.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 218 | 83 | 0.28 | 0 | 0.62 | 0.15 | 87.56 | 0.65 | 0.59 |
| Hex | 9C | DA | 53 | 1C | 0 | 3E | F | 58 | 41 | 3B |
| Octal | 234 | 332 | 123 | 34 | 0 | 76 | 17 | 130 | 101 | 73 |
| Binary | 10011100 | 11011010 | 1010011 | 11100 | 0 | 111110 | 1111 | 1011000 | 1000001 | 111011 |
Color Harmonies of #9CDA53
Complementary color
Monochromatic Colors of #9CDA53
Black with #9CDA53
Text Example
Text Example
White with #9CDA53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CDA53; }
p { color: rgb(156,218,83); }
H1.HeaderClassName
{
color: #9CDA53;
}
.AnyTagClassName
{
color: #9CDA53;
}
</style>
background-color css
<style>
a { background-color: #9CDA53; }
a { background-color: rgb(156,218,83); }
div.DivClassName
{
background-color: #9CDA53;
}
.BgClassName
{
background-color: #9CDA53;
}
</style>
border-color css
<style>
span { border-color: #9CDA53; }
span { border-color: rgb(156,218,83); }
td.TdClassName
{
border-color: #9CDA53;
}
.TagClassName
{
border-color: #9CDA53;
}
</style>