Shades of Conifer #94ED52
Tints of Conifer #94ED52
RGB
CMYK
RGB Variations
Color information
#94ED52 (or 0x94ED52) is known color: Conifer. HEX triplet: 94, ED and 52. RGB value is (148,237,82). Sum of RGB (Red+Green+Blue) = 148+237+82=467 (61% of max value = 765). Red value is 148 (58.20% from 255 or 31.69% from 467); Green value is 237 (92.97% from 255 or 50.75% from 467); Blue value is 82 (32.42% from 255 or 17.56% from 467); Max value from RGB is 237 - color contains mainly: green. Hex color #94ED52 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #94ED52 is #6B12AD. Grayscale: #C1C1C1. Windows color (decimal): -7017134 or 5434772. OLE color: 5434772.
HSL color Cylindrical-coordinate representation of color #94ED52: hue angle of 94.45º degrees, saturation: 0.81, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #94ED52 is Cyan = 0.38, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 148 | 237 | 82 | - |
| CMYK | 0.38 | 0 | 0.65 | 0.07 |
| HSL | 94.45º | 0.81% | 0.63% | - |
| HSV(B) | 94.45º | 0.65% | 0.93% | - |
| XYZ | 44.02 | 67.47 | 18.69 | - |
| YUV | 192.72 | 65.51 | 96.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 237 | 82 | 0.38 | 0 | 0.65 | 0.07 | 94.45 | 0.81 | 0.63 |
| Hex | 94 | ED | 52 | 26 | 0 | 41 | 7 | 5E | 51 | 3F |
| Octal | 224 | 355 | 122 | 46 | 0 | 101 | 7 | 136 | 121 | 77 |
| Binary | 10010100 | 11101101 | 1010010 | 100110 | 0 | 1000001 | 111 | 1011110 | 1010001 | 111111 |
Color Harmonies of #94ED52
Complementary color
Monochromatic Colors of #94ED52
Black with #94ED52
Text Example
Text Example
White with #94ED52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94ED52; }
p { color: rgb(148,237,82); }
H1.HeaderClassName
{
color: #94ED52;
}
.AnyTagClassName
{
color: #94ED52;
}
</style>
background-color css
<style>
a { background-color: #94ED52; }
a { background-color: rgb(148,237,82); }
div.DivClassName
{
background-color: #94ED52;
}
.BgClassName
{
background-color: #94ED52;
}
</style>
border-color css
<style>
span { border-color: #94ED52; }
span { border-color: rgb(148,237,82); }
td.TdClassName
{
border-color: #94ED52;
}
.TagClassName
{
border-color: #94ED52;
}
</style>