#93EC50

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

Shades of Conifer #93EC50

Tints of Conifer #93EC50

Color information

#93EC50 (or 0x93EC50) is unknown color: approx Conifer. HEX triplet: 93, EC and 50. RGB value is (147,236,80). Sum of RGB (Red+Green+Blue) = 147+236+80=463 (61% of max value = 765). Red value is 147 (57.81% from 255 or 31.75% from 463); Green value is 236 (92.58% from 255 or 50.97% from 463); Blue value is 80 (31.64% from 255 or 17.28% from 463); Max value from RGB is 236 - color contains mainly: green. Hex color #93EC50 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #93EC50 is #6C13AF. Grayscale: #C0C0C0. Windows color (decimal): -7082928 or 5303443. OLE color: 5303443.

HSL color Cylindrical-coordinate representation of color #93EC50: hue angle of 94.23º degrees, saturation: 0.8, 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 #93EC50 is Cyan = 0.38, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.07.

Color convert

RGB14723680-
CMYK0.3800.660.07
HSL94.23º80.41%61.96%-
HSV(B)94.23º66.1%92.55%-
XYZ43.4866.7718.19-
YUV191.665.0196.18-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 31.75%
GREEN value IS 236 (92.58% from 255) = 50.97%
BLUE value IS 80 (31.64% from 255) = 17.28%
R=31.75%
G=50.97%
B=17.28%

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
Decimal147236800.3800.660.0794.2380.4161.96
Hex93EC502604275e503e
Octal223354120460102713612076
Binary100100111110110010100001001100100001011110111101010000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93EC50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #93EC50; }

 p { color: rgb(147,236,80); }

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

<style>
 a { background-color: #93EC50; }

 a { background-color: rgb(147,236,80); }

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

<style>
 span { border-color: #93EC50; }

 span { border-color: rgb(147,236,80); }

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