Shades of Conifer #9DE64B
Tints of Conifer #9DE64B
RGB
CMYK
RGB Variations
Color information
#9DE64B (or 0x9DE64B) is known color: Conifer. HEX triplet: 9D, E6 and 4B. RGB value is (157,230,75). Sum of RGB (Red+Green+Blue) = 157+230+75=462 (61% of max value = 765). Red value is 157 (61.72% from 255 or 33.98% from 462); Green value is 230 (90.23% from 255 or 49.78% from 462); Blue value is 75 (29.69% from 255 or 16.23% from 462); Max value from RGB is 230 - color contains mainly: green. Hex color #9DE64B is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #9DE64B is #6219B4. Grayscale: #BFBFBF. Windows color (decimal): -6429109 or 4974237. OLE color: 4974237.
HSL color Cylindrical-coordinate representation of color #9DE64B: hue angle of 88.26º degrees, saturation: 0.76, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9DE64B is Cyan = 0.32, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 157 | 230 | 75 | - |
| CMYK | 0.32 | 0 | 0.67 | 0.10 |
| HSL | 88.26º | 0.76% | 0.6% | - |
| HSV(B) | 88.26º | 0.67% | 0.9% | - |
| XYZ | 43.47 | 64.27 | 16.77 | - |
| YUV | 190.5 | 62.82 | 104.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 230 | 75 | 0.32 | 0 | 0.67 | 0.10 | 88.26 | 0.76 | 0.6 |
| Hex | 9D | E6 | 4B | 20 | 0 | 43 | A | 58 | 4C | 3C |
| Octal | 235 | 346 | 113 | 40 | 0 | 103 | 12 | 130 | 114 | 74 |
| Binary | 10011101 | 11100110 | 1001011 | 100000 | 0 | 1000011 | 1010 | 1011000 | 1001100 | 111100 |
Color Harmonies of #9DE64B
Complementary color
Monochromatic Colors of #9DE64B
Black with #9DE64B
Text Example
Text Example
White with #9DE64B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DE64B; }
p { color: rgb(157,230,75); }
H1.HeaderClassName
{
color: #9DE64B;
}
.AnyTagClassName
{
color: #9DE64B;
}
</style>
background-color css
<style>
a { background-color: #9DE64B; }
a { background-color: rgb(157,230,75); }
div.DivClassName
{
background-color: #9DE64B;
}
.BgClassName
{
background-color: #9DE64B;
}
</style>
border-color css
<style>
span { border-color: #9DE64B; }
span { border-color: rgb(157,230,75); }
td.TdClassName
{
border-color: #9DE64B;
}
.TagClassName
{
border-color: #9DE64B;
}
</style>