#94ED50

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

Shades of Conifer #94ED50

Tints of Conifer #94ED50

Color information

#94ED50 (or 0x94ED50) is unknown color: approx Conifer. HEX triplet: 94, ED and 50. RGB value is (148,237,80). Sum of RGB (Red+Green+Blue) = 148+237+80=465 (61% of max value = 765). Red value is 148 (58.20% from 255 or 31.83% from 465); Green value is 237 (92.97% from 255 or 50.97% from 465); Blue value is 80 (31.64% from 255 or 17.20% from 465); Max value from RGB is 237 - color contains mainly: green. Hex color #94ED50 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #94ED50 is #6B12AF. Grayscale: #C1C1C1. Windows color (decimal): -7017136 or 5303700. OLE color: 5303700.

HSL color Cylindrical-coordinate representation of color #94ED50: hue angle of 94.01º degrees, saturation: 0.81, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #94ED50 is Cyan = 0.38, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.07.

Color convert

RGB14823780-
CMYK0.3800.660.07
HSL94.01º81.35%62.16%-
HSV(B)94.01º66.24%92.94%-
XYZ43.9467.4418.29-
YUV192.4964.5196.27-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 31.83%
GREEN value IS 237 (92.97% from 255) = 50.97%
BLUE value IS 80 (31.64% from 255) = 17.20%
R=31.83%
G=50.97%
B=17.20%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal148237800.3800.660.0794.0181.3562.16
Hex94ED502604275e513e
Octal224355120460102713612176
Binary100101001110110110100001001100100001011110111101010001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94ED50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,237,80); }

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

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

 a { background-color: rgb(148,237,80); }

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

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

 span { border-color: rgb(148,237,80); }

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