#93EB5D

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

Shades of Conifer #93EB5D

Tints of Conifer #93EB5D

Color information

#93EB5D (or 0x93EB5D) is unknown color: approx Conifer. HEX triplet: 93, EB and 5D. RGB value is (147,235,93). Sum of RGB (Red+Green+Blue) = 147+235+93=475 (62% of max value = 765). Red value is 147 (57.81% from 255 or 30.95% from 475); Green value is 235 (92.19% from 255 or 49.47% from 475); Blue value is 93 (36.72% from 255 or 19.58% from 475); Max value from RGB is 235 - color contains mainly: green. Hex color #93EB5D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #93EB5D is #6C14A2. Grayscale: #C0C0C0. Windows color (decimal): -7083171 or 6155155. OLE color: 6155155.

HSL color Cylindrical-coordinate representation of color #93EB5D: hue angle of 97.18º 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 #93EB5D is Cyan = 0.37, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.08.

Color convert

RGB14723593-
CMYK0.3700.600.08
HSL97.18º78.02%64.31%-
HSV(B)97.18º60.43%92.16%-
XYZ43.7266.4120.87-
YUV192.571.8595.55-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 30.95%
GREEN value IS 235 (92.19% from 255) = 49.47%
BLUE value IS 93 (36.72% from 255) = 19.58%
R=30.95%
G=49.47%
B=19.58%

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
Decimal147235930.3700.600.0897.1878.0264.31
Hex93EB5D2503C8614e40
Octal2233531354507410141116100
Binary1001001111101011101110110010101111001000110000110011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93EB5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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