Shades of Conifer #9DEF4C
Tints of Conifer #9DEF4C
RGB
CMYK
RGB Variations
Color information
#9DEF4C (or 0x9DEF4C) is known color: Conifer. HEX triplet: 9D, EF and 4C. RGB value is (157,239,76). Sum of RGB (Red+Green+Blue) = 157+239+76=472 (62% of max value = 765). Red value is 157 (61.72% from 255 or 33.26% from 472); Green value is 239 (93.75% from 255 or 50.64% from 472); Blue value is 76 (30.08% from 255 or 16.10% from 472); Max value from RGB is 239 - color contains mainly: green. Hex color #9DEF4C is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #9DEF4C is #6210B3. Grayscale: #C4C4C4. Windows color (decimal): -6426804 or 5042077. OLE color: 5042077.
HSL color Cylindrical-coordinate representation of color #9DEF4C: hue angle of 90.18º degrees, saturation: 0.84, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9DEF4C is Cyan = 0.34, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 157 | 239 | 76 | - |
| CMYK | 0.34 | 0 | 0.68 | 0.06 |
| HSL | 90.18º | 0.84% | 0.62% | - |
| HSV(B) | 90.18º | 0.68% | 0.94% | - |
| XYZ | 46.08 | 69.42 | 17.81 | - |
| YUV | 195.9 | 60.33 | 100.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 239 | 76 | 0.34 | 0 | 0.68 | 0.06 | 90.18 | 0.84 | 0.62 |
| Hex | 9D | EF | 4C | 22 | 0 | 44 | 6 | 5A | 54 | 3E |
| Octal | 235 | 357 | 114 | 42 | 0 | 104 | 6 | 132 | 124 | 76 |
| Binary | 10011101 | 11101111 | 1001100 | 100010 | 0 | 1000100 | 110 | 1011010 | 1010100 | 111110 |
Color Harmonies of #9DEF4C
Complementary color
Monochromatic Colors of #9DEF4C
Black with #9DEF4C
Text Example
Text Example
White with #9DEF4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DEF4C; }
p { color: rgb(157,239,76); }
H1.HeaderClassName
{
color: #9DEF4C;
}
.AnyTagClassName
{
color: #9DEF4C;
}
</style>
background-color css
<style>
a { background-color: #9DEF4C; }
a { background-color: rgb(157,239,76); }
div.DivClassName
{
background-color: #9DEF4C;
}
.BgClassName
{
background-color: #9DEF4C;
}
</style>
border-color css
<style>
span { border-color: #9DEF4C; }
span { border-color: rgb(157,239,76); }
td.TdClassName
{
border-color: #9DEF4C;
}
.TagClassName
{
border-color: #9DEF4C;
}
</style>