#94EB5D

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

Shades of Conifer #94EB5D

Tints of Conifer #94EB5D

Color information

#94EB5D (or 0x94EB5D) is unknown color: approx Conifer. HEX triplet: 94, EB and 5D. RGB value is (148,235,93). Sum of RGB (Red+Green+Blue) = 148+235+93=476 (63% of max value = 765). Red value is 148 (58.20% from 255 or 31.09% from 476); Green value is 235 (92.19% from 255 or 49.37% from 476); Blue value is 93 (36.72% from 255 or 19.54% from 476); Max value from RGB is 235 - color contains mainly: green. Hex color #94EB5D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #94EB5D is #6B14A2. Grayscale: #C1C1C1. Windows color (decimal): -7017635 or 6155156. OLE color: 6155156.

HSL color Cylindrical-coordinate representation of color #94EB5D: hue angle of 96.76º degrees, saturation: 0.78, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #94EB5D is Cyan = 0.37, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.08.

Color convert

RGB14823593-
CMYK0.3700.600.08
HSL96.76º78.02%64.31%-
HSV(B)96.76º60.43%92.16%-
XYZ43.966.520.88-
YUV192.871.6896.05-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 31.09%
GREEN value IS 235 (92.19% from 255) = 49.37%
BLUE value IS 93 (36.72% from 255) = 19.54%
R=31.09%
G=49.37%
B=19.54%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal148235930.3700.600.0896.7678.0264.31
Hex94EB5D2503C8614e40
Octal2243531354507410141116100
Binary1001010011101011101110110010101111001000110000110011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94EB5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,235,93); }

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

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

 a { background-color: rgb(148,235,93); }

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

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

 span { border-color: rgb(148,235,93); }

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