#93DE52

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

Shades of Atlantis #93DE52

Tints of Atlantis #93DE52

Color information

#93DE52 (or 0x93DE52) is unknown color: approx Atlantis. HEX triplet: 93, DE and 52. RGB value is (147,222,82). Sum of RGB (Red+Green+Blue) = 147+222+82=451 (59% of max value = 765). Red value is 147 (57.81% from 255 or 32.59% from 451); Green value is 222 (87.11% from 255 or 49.22% from 451); Blue value is 82 (32.42% from 255 or 18.18% from 451); Max value from RGB is 222 - color contains mainly: green. Hex color #93DE52 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #93DE52 is #6C21AD. Grayscale: #B8B8B8. Windows color (decimal): -7086510 or 5430931. OLE color: 5430931.

HSL color Cylindrical-coordinate representation of color #93DE52: hue angle of 92.14º degrees, saturation: 0.68, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #93DE52 is Cyan = 0.34, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.13.

Color convert

RGB14722282-
CMYK0.3400.630.13
HSL92.14º67.96%59.61%-
HSV(B)92.14º63.06%87.06%-
XYZ39.6859.0517.29-
YUV183.6270.65101.88-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 32.59%
GREEN value IS 222 (87.11% from 255) = 49.22%
BLUE value IS 82 (32.42% from 255) = 18.18%
R=32.59%
G=49.22%
B=18.18%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal147222820.3400.630.1392.1467.9659.61
Hex93DE522203FD5c443c
Octal223336122420771513410474
Binary100100111101111010100101000100111111110110111001000100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93DE52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,222,82); }

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

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

 a { background-color: rgb(147,222,82); }

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

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

 span { border-color: rgb(147,222,82); }

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