Shades of Conifer #9DF75A
Tints of Conifer #9DF75A
RGB
CMYK
RGB Variations
Color information
#9DF75A (or 0x9DF75A) is known color: Conifer. HEX triplet: 9D, F7 and 5A. RGB value is (157,247,90). Sum of RGB (Red+Green+Blue) = 157+247+90=494 (65% of max value = 765). Red value is 157 (61.72% from 255 or 31.78% from 494); Green value is 247 (96.88% from 255 or 50% from 494); Blue value is 90 (35.55% from 255 or 18.22% from 494); Max value from RGB is 247 - color contains mainly: green. Hex color #9DF75A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9DF75A is #6208A5. Grayscale: #CACACA. Windows color (decimal): -6424742 or 5961629. OLE color: 5961629.
HSL color Cylindrical-coordinate representation of color #9DF75A: hue angle of 94.39º degrees, saturation: 0.91, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #9DF75A is Cyan = 0.36, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 157 | 247 | 90 | - |
| CMYK | 0.36 | 0 | 0.64 | 0.03 |
| HSL | 94.39º | 0.91% | 0.66% | - |
| HSV(B) | 94.39º | 0.64% | 0.97% | - |
| XYZ | 49.01 | 74.43 | 21.46 | - |
| YUV | 202.19 | 64.68 | 95.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 247 | 90 | 0.36 | 0 | 0.64 | 0.03 | 94.39 | 0.91 | 0.66 |
| Hex | 9D | F7 | 5A | 24 | 0 | 40 | 3 | 5E | 5B | 42 |
| Octal | 235 | 367 | 132 | 44 | 0 | 100 | 3 | 136 | 133 | 102 |
| Binary | 10011101 | 11110111 | 1011010 | 100100 | 0 | 1000000 | 11 | 1011110 | 1011011 | 1000010 |
Color Harmonies of #9DF75A
Complementary color
Monochromatic Colors of #9DF75A
Black with #9DF75A
Text Example
Text Example
White with #9DF75A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DF75A; }
p { color: rgb(157,247,90); }
H1.HeaderClassName
{
color: #9DF75A;
}
.AnyTagClassName
{
color: #9DF75A;
}
</style>
background-color css
<style>
a { background-color: #9DF75A; }
a { background-color: rgb(157,247,90); }
div.DivClassName
{
background-color: #9DF75A;
}
.BgClassName
{
background-color: #9DF75A;
}
</style>
border-color css
<style>
span { border-color: #9DF75A; }
span { border-color: rgb(157,247,90); }
td.TdClassName
{
border-color: #9DF75A;
}
.TagClassName
{
border-color: #9DF75A;
}
</style>