#93DA52

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

Shades of Atlantis #93DA52

Tints of Atlantis #93DA52

Color information

#93DA52 (or 0x93DA52) is unknown color: approx Atlantis. HEX triplet: 93, DA and 52. RGB value is (147,218,82). Sum of RGB (Red+Green+Blue) = 147+218+82=447 (59% of max value = 765). Red value is 147 (57.81% from 255 or 32.89% from 447); Green value is 218 (85.55% from 255 or 48.77% from 447); Blue value is 82 (32.42% from 255 or 18.34% from 447); Max value from RGB is 218 - color contains mainly: green. Hex color #93DA52 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #93DA52 is #6C25AD. Grayscale: #B5B5B5. Windows color (decimal): -7087534 or 5429907. OLE color: 5429907.

HSL color Cylindrical-coordinate representation of color #93DA52: hue angle of 91.32º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #93DA52 is Cyan = 0.33, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.15.

Color convert

RGB14721882-
CMYK0.3300.620.15
HSL91.32º64.76%58.82%-
HSV(B)91.32º62.39%85.49%-
XYZ38.6356.9616.94-
YUV181.2771.98103.56-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 32.89%
GREEN value IS 218 (85.55% from 255) = 48.77%
BLUE value IS 82 (32.42% from 255) = 18.34%
R=32.89%
G=48.77%
B=18.34%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal147218820.3300.620.1591.3264.7658.82
Hex93DA522103EF5b413b
Octal223332122410761713310173
Binary100100111101101010100101000010111110111110110111000001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93DA52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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