Shades of Conifer #9DF34C
Tints of Conifer #9DF34C
RGB
CMYK
RGB Variations
Color information
#9DF34C (or 0x9DF34C) is known color: Conifer. HEX triplet: 9D, F3 and 4C. RGB value is (157,243,76). Sum of RGB (Red+Green+Blue) = 157+243+76=476 (63% of max value = 765). Red value is 157 (61.72% from 255 or 32.98% from 476); Green value is 243 (95.31% from 255 or 51.05% from 476); Blue value is 76 (30.08% from 255 or 15.97% from 476); Max value from RGB is 243 - color contains mainly: green. Hex color #9DF34C is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #9DF34C is #620CB3. Grayscale: #C6C6C6. Windows color (decimal): -6425780 or 5043101. OLE color: 5043101.
HSL color Cylindrical-coordinate representation of color #9DF34C: hue angle of 90.9º degrees, saturation: 0.87, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #9DF34C is Cyan = 0.35, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 157 | 243 | 76 | - |
| CMYK | 0.35 | 0 | 0.69 | 0.05 |
| HSL | 90.9º | 0.87% | 0.63% | - |
| HSV(B) | 90.9º | 0.69% | 0.95% | - |
| XYZ | 47.26 | 71.79 | 18.2 | - |
| YUV | 198.25 | 59.01 | 98.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 243 | 76 | 0.35 | 0 | 0.69 | 0.05 | 90.9 | 0.87 | 0.63 |
| Hex | 9D | F3 | 4C | 23 | 0 | 45 | 5 | 5B | 57 | 3F |
| Octal | 235 | 363 | 114 | 43 | 0 | 105 | 5 | 133 | 127 | 77 |
| Binary | 10011101 | 11110011 | 1001100 | 100011 | 0 | 1000101 | 101 | 1011011 | 1010111 | 111111 |
Color Harmonies of #9DF34C
Complementary color
Monochromatic Colors of #9DF34C
Black with #9DF34C
Text Example
Text Example
White with #9DF34C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DF34C; }
p { color: rgb(157,243,76); }
H1.HeaderClassName
{
color: #9DF34C;
}
.AnyTagClassName
{
color: #9DF34C;
}
</style>
background-color css
<style>
a { background-color: #9DF34C; }
a { background-color: rgb(157,243,76); }
div.DivClassName
{
background-color: #9DF34C;
}
.BgClassName
{
background-color: #9DF34C;
}
</style>
border-color css
<style>
span { border-color: #9DF34C; }
span { border-color: rgb(157,243,76); }
td.TdClassName
{
border-color: #9DF34C;
}
.TagClassName
{
border-color: #9DF34C;
}
</style>