#93ED35

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

Shades of Atlantis #93ED35

Tints of Atlantis #93ED35

Color information

#93ED35 (or 0x93ED35) is unknown color: approx Atlantis. HEX triplet: 93, ED and 35. RGB value is (147,237,53). Sum of RGB (Red+Green+Blue) = 147+237+53=437 (57% of max value = 765). Red value is 147 (57.81% from 255 or 33.64% from 437); Green value is 237 (92.97% from 255 or 54.23% from 437); Blue value is 53 (21.09% from 255 or 12.13% from 437); Max value from RGB is 237 - color contains mainly: green. Hex color #93ED35 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #93ED35 is #6C12CA. Grayscale: #BDBDBD. Windows color (decimal): -7082699 or 3534227. OLE color: 3534227.

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

Color convert

RGB14723753-
CMYK0.3800.780.07
HSL89.35º83.64%56.86%-
HSV(B)89.35º77.64%92.94%-
XYZ42.9667.0314.04-
YUV189.1151.1897.96-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 33.64%
GREEN value IS 237 (92.97% from 255) = 54.23%
BLUE value IS 53 (21.09% from 255) = 12.13%
R=33.64%
G=54.23%
B=12.13%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal147237530.3800.780.0789.3583.6456.86
Hex93ED352604E7595439
Octal22335565460116713112471
Binary10010011111011011101011001100100111011110110011010100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93ED35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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