#94EC61

Color #94EC61 Conifer (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Conifer #94EC61

Tints of Conifer #94EC61

Color information

#94EC61 (or 0x94EC61) is unknown color: approx Conifer. HEX triplet: 94, EC and 61. RGB value is (148,236,97). Sum of RGB (Red+Green+Blue) = 148+236+97=481 (63% of max value = 765). Red value is 148 (58.20% from 255 or 30.77% from 481); Green value is 236 (92.58% from 255 or 49.06% from 481); Blue value is 97 (38.28% from 255 or 20.17% from 481); Max value from RGB is 236 - color contains mainly: green. Hex color #94EC61 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #94EC61 is #6B139E. Grayscale: #C2C2C2. Windows color (decimal): -7017375 or 6417556. OLE color: 6417556.

HSL color Cylindrical-coordinate representation of color #94EC61: hue angle of 97.99º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #94EC61 is Cyan = 0.37, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.07.

Color convert

RGB14823697-
CMYK0.3700.590.07
HSL97.99º78.53%65.29%-
HSV(B)97.99º58.9%92.55%-
XYZ44.3767.1521.93-
YUV193.8473.3595.3-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 148 (58.20% from 255) = 30.77%
GREEN value IS 236 (92.58% from 255) = 49.06%
BLUE value IS 97 (38.28% from 255) = 20.17%
R=30.77%
G=49.06%
B=20.17%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal148236970.3700.590.0797.9978.5365.29
Hex94EC612503B7624f41
Octal224354141450737142117101
Binary100101001110110011000011001010111011111110001010011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94EC61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94EC61; }

 p { color: rgb(148,236,97); }

 H1.HeaderClassName
 {
   color: #94EC61;
 }
 .AnyTagClassName
 {
   color: #94EC61;
 }
</style>
background-color css

<style>
 a { background-color: #94EC61; }

 a { background-color: rgb(148,236,97); }

 div.DivClassName
 {
   background-color: #94EC61;
 }
 .BgClassName
 {
   background-color: #94EC61;
 }
</style>
border-color css

<style>
 span { border-color: #94EC61; }

 span { border-color: rgb(148,236,97); }

 td.TdClassName
 {
   border-color: #94EC61;
 }
 .TagClassName
 {
   border-color: #94EC61;
 }
</style>