#93DD54

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

Shades of Atlantis #93DD54

Tints of Atlantis #93DD54

Color information

#93DD54 (or 0x93DD54) is unknown color: approx Atlantis. HEX triplet: 93, DD and 54. RGB value is (147,221,84). Sum of RGB (Red+Green+Blue) = 147+221+84=452 (59% of max value = 765). Red value is 147 (57.81% from 255 or 32.52% from 452); Green value is 221 (86.72% from 255 or 48.89% from 452); Blue value is 84 (33.20% from 255 or 18.58% from 452); Max value from RGB is 221 - color contains mainly: green. Hex color #93DD54 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #93DD54 is #6C22AB. Grayscale: #B7B7B7. Windows color (decimal): -7086764 or 5561747. OLE color: 5561747.

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

Color convert

RGB14722184-
CMYK0.3300.620.13
HSL92.41º66.83%59.8%-
HSV(B)92.41º61.99%86.67%-
XYZ39.4958.5617.61-
YUV183.2671.98102.14-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 32.52%
GREEN value IS 221 (86.72% from 255) = 48.89%
BLUE value IS 84 (33.20% from 255) = 18.58%
R=32.52%
G=48.89%
B=18.58%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal147221840.3300.620.1392.4166.8359.8
Hex93DD542103ED5c433c
Octal223335124410761513410374
Binary100100111101110110101001000010111110110110111001000011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93DD54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,221,84); }

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

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

 a { background-color: rgb(147,221,84); }

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

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

 span { border-color: rgb(147,221,84); }

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