#93EB3F

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

Shades of Atlantis #93EB3F

Tints of Atlantis #93EB3F

Color information

#93EB3F (or 0x93EB3F) is unknown color: approx Atlantis. HEX triplet: 93, EB and 3F. RGB value is (147,235,63). Sum of RGB (Red+Green+Blue) = 147+235+63=445 (58% of max value = 765). Red value is 147 (57.81% from 255 or 33.03% from 445); Green value is 235 (92.19% from 255 or 52.81% from 445); Blue value is 63 (25% from 255 or 14.16% from 445); Max value from RGB is 235 - color contains mainly: green. Hex color #93EB3F is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #93EB3F is #6C14C0. Grayscale: #BDBDBD. Windows color (decimal): -7083201 or 4189075. OLE color: 4189075.

HSL color Cylindrical-coordinate representation of color #93EB3F: hue angle of 90.7º degrees, saturation: 0.81, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #93EB3F is Cyan = 0.37, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.08.

Color convert

RGB14723563-
CMYK0.3700.730.08
HSL90.7º81.13%58.43%-
HSV(B)90.7º73.19%92.16%-
XYZ42.6465.9815.19-
YUV189.0856.8597.99-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 33.03%
GREEN value IS 235 (92.19% from 255) = 52.81%
BLUE value IS 63 (25% from 255) = 14.16%
R=33.03%
G=52.81%
B=14.16%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal147235630.3700.730.0890.781.1358.43
Hex93EB3F2504985b513a
Octal223353774501111013312172
Binary100100111110101111111110010101001001100010110111010001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93EB3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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