Shades of Conifer #9DEF5C
Tints of Conifer #9DEF5C
RGB
CMYK
RGB Variations
Color information
#9DEF5C (or 0x9DEF5C) is known color: Conifer. HEX triplet: 9D, EF and 5C. RGB value is (157,239,92). Sum of RGB (Red+Green+Blue) = 157+239+92=488 (64% of max value = 765). Red value is 157 (61.72% from 255 or 32.17% from 488); Green value is 239 (93.75% from 255 or 48.98% from 488); Blue value is 92 (36.33% from 255 or 18.85% from 488); Max value from RGB is 239 - color contains mainly: green. Hex color #9DEF5C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9DEF5C is #6210A3. Grayscale: #C6C6C6. Windows color (decimal): -6426788 or 6090653. OLE color: 6090653.
HSL color Cylindrical-coordinate representation of color #9DEF5C: hue angle of 93.47º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9DEF5C is Cyan = 0.34, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 157 | 239 | 92 | - |
| CMYK | 0.34 | 0 | 0.62 | 0.06 |
| HSL | 93.47º | 0.82% | 0.65% | - |
| HSV(B) | 93.47º | 0.62% | 0.94% | - |
| XYZ | 46.7 | 69.67 | 21.11 | - |
| YUV | 197.72 | 68.33 | 98.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 239 | 92 | 0.34 | 0 | 0.62 | 0.06 | 93.47 | 0.82 | 0.65 |
| Hex | 9D | EF | 5C | 22 | 0 | 3E | 6 | 5D | 52 | 41 |
| Octal | 235 | 357 | 134 | 42 | 0 | 76 | 6 | 135 | 122 | 101 |
| Binary | 10011101 | 11101111 | 1011100 | 100010 | 0 | 111110 | 110 | 1011101 | 1010010 | 1000001 |
Color Harmonies of #9DEF5C
Complementary color
Monochromatic Colors of #9DEF5C
Black with #9DEF5C
Text Example
Text Example
White with #9DEF5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DEF5C; }
p { color: rgb(157,239,92); }
H1.HeaderClassName
{
color: #9DEF5C;
}
.AnyTagClassName
{
color: #9DEF5C;
}
</style>
background-color css
<style>
a { background-color: #9DEF5C; }
a { background-color: rgb(157,239,92); }
div.DivClassName
{
background-color: #9DEF5C;
}
.BgClassName
{
background-color: #9DEF5C;
}
</style>
border-color css
<style>
span { border-color: #9DEF5C; }
span { border-color: rgb(157,239,92); }
td.TdClassName
{
border-color: #9DEF5C;
}
.TagClassName
{
border-color: #9DEF5C;
}
</style>