#94ED57

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

Shades of Conifer #94ED57

Tints of Conifer #94ED57

Color information

#94ED57 (or 0x94ED57) is unknown color: approx Conifer. HEX triplet: 94, ED and 57. RGB value is (148,237,87). Sum of RGB (Red+Green+Blue) = 148+237+87=472 (62% of max value = 765). Red value is 148 (58.20% from 255 or 31.36% from 472); Green value is 237 (92.97% from 255 or 50.21% from 472); Blue value is 87 (34.38% from 255 or 18.43% from 472); Max value from RGB is 237 - color contains mainly: green. Hex color #94ED57 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #94ED57 is #6B12A8. Grayscale: #C1C1C1. Windows color (decimal): -7017129 or 5762452. OLE color: 5762452.

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

Color convert

RGB14823787-
CMYK0.3800.630.07
HSL95.6º80.65%63.53%-
HSV(B)95.6º63.29%92.94%-
XYZ44.2267.5519.73-
YUV193.2968.0195.7-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 31.36%
GREEN value IS 237 (92.97% from 255) = 50.21%
BLUE value IS 87 (34.38% from 255) = 18.43%
R=31.36%
G=50.21%
B=18.43%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal148237870.3800.630.0795.680.6563.53
Hex94ED572603F7605140
Octal224355127460777140121100
Binary100101001110110110101111001100111111111110000010100011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94ED57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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