Shades of Conifer #94E55D
Tints of Conifer #94E55D
RGB
CMYK
RGB Variations
Color information
#94E55D (or 0x94E55D) is known color: Conifer. HEX triplet: 94, E5 and 5D. RGB value is (148,229,93). Sum of RGB (Red+Green+Blue) = 148+229+93=470 (62% of max value = 765). Red value is 148 (58.20% from 255 or 31.49% from 470); Green value is 229 (89.84% from 255 or 48.72% from 470); Blue value is 93 (36.72% from 255 or 19.79% from 470); Max value from RGB is 229 - color contains mainly: green. Hex color #94E55D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #94E55D is #6B1AA2. Grayscale: #BDBDBD. Windows color (decimal): -7019171 or 6153620. OLE color: 6153620.
HSL color Cylindrical-coordinate representation of color #94E55D: hue angle of 95.74º degrees, saturation: 0.72, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #94E55D is Cyan = 0.35, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 148 | 229 | 93 | - |
| CMYK | 0.35 | 0 | 0.59 | 0.10 |
| HSL | 95.74º | 0.72% | 0.63% | - |
| HSV(B) | 95.74º | 0.59% | 0.9% | - |
| XYZ | 42.21 | 63.12 | 20.32 | - |
| YUV | 189.28 | 73.66 | 98.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 229 | 93 | 0.35 | 0 | 0.59 | 0.10 | 95.74 | 0.72 | 0.63 |
| Hex | 94 | E5 | 5D | 23 | 0 | 3B | A | 60 | 48 | 3F |
| Octal | 224 | 345 | 135 | 43 | 0 | 73 | 12 | 140 | 110 | 77 |
| Binary | 10010100 | 11100101 | 1011101 | 100011 | 0 | 111011 | 1010 | 1100000 | 1001000 | 111111 |
Color Harmonies of #94E55D
Complementary color
Monochromatic Colors of #94E55D
Black with #94E55D
Text Example
Text Example
White with #94E55D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94E55D; }
p { color: rgb(148,229,93); }
H1.HeaderClassName
{
color: #94E55D;
}
.AnyTagClassName
{
color: #94E55D;
}
</style>
background-color css
<style>
a { background-color: #94E55D; }
a { background-color: rgb(148,229,93); }
div.DivClassName
{
background-color: #94E55D;
}
.BgClassName
{
background-color: #94E55D;
}
</style>
border-color css
<style>
span { border-color: #94E55D; }
span { border-color: rgb(148,229,93); }
td.TdClassName
{
border-color: #94E55D;
}
.TagClassName
{
border-color: #94E55D;
}
</style>