Shades of Conifer #9DEB55
Tints of Conifer #9DEB55
RGB
CMYK
RGB Variations
Color information
#9DEB55 (or 0x9DEB55) is known color: Conifer. HEX triplet: 9D, EB and 55. RGB value is (157,235,85). Sum of RGB (Red+Green+Blue) = 157+235+85=477 (63% of max value = 765). Red value is 157 (61.72% from 255 or 32.91% from 477); Green value is 235 (92.19% from 255 or 49.27% from 477); Blue value is 85 (33.59% from 255 or 17.82% from 477); Max value from RGB is 235 - color contains mainly: green. Hex color #9DEB55 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9DEB55 is #6214AA. Grayscale: #C3C3C3. Windows color (decimal): -6427819 or 5630877. OLE color: 5630877.
HSL color Cylindrical-coordinate representation of color #9DEB55: hue angle of 91.2º degrees, saturation: 0.79, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #9DEB55 is Cyan = 0.33, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 157 | 235 | 85 | - |
| CMYK | 0.33 | 0 | 0.64 | 0.08 |
| HSL | 91.2º | 0.79% | 0.63% | - |
| HSV(B) | 91.2º | 0.64% | 0.92% | - |
| XYZ | 45.25 | 67.24 | 19.19 | - |
| YUV | 194.58 | 66.16 | 101.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 235 | 85 | 0.33 | 0 | 0.64 | 0.08 | 91.2 | 0.79 | 0.63 |
| Hex | 9D | EB | 55 | 21 | 0 | 40 | 8 | 5B | 4F | 3F |
| Octal | 235 | 353 | 125 | 41 | 0 | 100 | 10 | 133 | 117 | 77 |
| Binary | 10011101 | 11101011 | 1010101 | 100001 | 0 | 1000000 | 1000 | 1011011 | 1001111 | 111111 |
Color Harmonies of #9DEB55
Complementary color
Monochromatic Colors of #9DEB55
Black with #9DEB55
Text Example
Text Example
White with #9DEB55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DEB55; }
p { color: rgb(157,235,85); }
H1.HeaderClassName
{
color: #9DEB55;
}
.AnyTagClassName
{
color: #9DEB55;
}
</style>
background-color css
<style>
a { background-color: #9DEB55; }
a { background-color: rgb(157,235,85); }
div.DivClassName
{
background-color: #9DEB55;
}
.BgClassName
{
background-color: #9DEB55;
}
</style>
border-color css
<style>
span { border-color: #9DEB55; }
span { border-color: rgb(157,235,85); }
td.TdClassName
{
border-color: #9DEB55;
}
.TagClassName
{
border-color: #9DEB55;
}
</style>