#93ED5B

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

Shades of Conifer #93ED5B

Tints of Conifer #93ED5B

Color information

#93ED5B (or 0x93ED5B) is unknown color: approx Conifer. HEX triplet: 93, ED and 5B. RGB value is (147,237,91). Sum of RGB (Red+Green+Blue) = 147+237+91=475 (62% of max value = 765). Red value is 147 (57.81% from 255 or 30.95% from 475); Green value is 237 (92.97% from 255 or 49.89% from 475); Blue value is 91 (35.94% from 255 or 19.16% from 475); Max value from RGB is 237 - color contains mainly: green. Hex color #93ED5B is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #93ED5B is #6C12A4. Grayscale: #C1C1C1. Windows color (decimal): -7082661 or 6024595. OLE color: 6024595.

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

Color convert

RGB14723791-
CMYK0.3800.620.07
HSL96.99º80.22%64.31%-
HSV(B)96.99º61.6%92.94%-
XYZ44.2167.5320.6-
YUV193.4570.1894.87-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 30.95%
GREEN value IS 237 (92.97% from 255) = 49.89%
BLUE value IS 91 (35.94% from 255) = 19.16%
R=30.95%
G=49.89%
B=19.16%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal147237910.3800.620.0796.9980.2264.31
Hex93ED5B2603E7615040
Octal223355133460767141120100
Binary100100111110110110110111001100111110111110000110100001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93ED5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,237,91); }

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

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

 a { background-color: rgb(147,237,91); }

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

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

 span { border-color: rgb(147,237,91); }

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