Shades of Conifer #9DEF55
Tints of Conifer #9DEF55
RGB
CMYK
RGB Variations
Color information
#9DEF55 (or 0x9DEF55) is known color: Conifer. HEX triplet: 9D, EF and 55. RGB value is (157,239,85). Sum of RGB (Red+Green+Blue) = 157+239+85=481 (63% of max value = 765). Red value is 157 (61.72% from 255 or 32.64% from 481); Green value is 239 (93.75% from 255 or 49.69% from 481); Blue value is 85 (33.59% from 255 or 17.67% from 481); Max value from RGB is 239 - color contains mainly: green. Hex color #9DEF55 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9DEF55 is #6210AA. Grayscale: #C5C5C5. Windows color (decimal): -6426795 or 5631901. OLE color: 5631901.
HSL color Cylindrical-coordinate representation of color #9DEF55: hue angle of 91.95º degrees, saturation: 0.83, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #9DEF55 is Cyan = 0.34, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 157 | 239 | 85 | - |
| CMYK | 0.34 | 0 | 0.64 | 0.06 |
| HSL | 91.95º | 0.83% | 0.64% | - |
| HSV(B) | 91.95º | 0.64% | 0.94% | - |
| XYZ | 46.41 | 69.56 | 19.57 | - |
| YUV | 196.93 | 64.83 | 99.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 239 | 85 | 0.34 | 0 | 0.64 | 0.06 | 91.95 | 0.83 | 0.64 |
| Hex | 9D | EF | 55 | 22 | 0 | 40 | 6 | 5C | 53 | 40 |
| Octal | 235 | 357 | 125 | 42 | 0 | 100 | 6 | 134 | 123 | 100 |
| Binary | 10011101 | 11101111 | 1010101 | 100010 | 0 | 1000000 | 110 | 1011100 | 1010011 | 1000000 |
Color Harmonies of #9DEF55
Complementary color
Monochromatic Colors of #9DEF55
Black with #9DEF55
Text Example
Text Example
White with #9DEF55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DEF55; }
p { color: rgb(157,239,85); }
H1.HeaderClassName
{
color: #9DEF55;
}
.AnyTagClassName
{
color: #9DEF55;
}
</style>
background-color css
<style>
a { background-color: #9DEF55; }
a { background-color: rgb(157,239,85); }
div.DivClassName
{
background-color: #9DEF55;
}
.BgClassName
{
background-color: #9DEF55;
}
</style>
border-color css
<style>
span { border-color: #9DEF55; }
span { border-color: rgb(157,239,85); }
td.TdClassName
{
border-color: #9DEF55;
}
.TagClassName
{
border-color: #9DEF55;
}
</style>