#93DA38

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

Shades of Atlantis #93DA38

Tints of Atlantis #93DA38

Color information

#93DA38 (or 0x93DA38) is unknown color: approx Atlantis. HEX triplet: 93, DA and 38. RGB value is (147,218,56). Sum of RGB (Red+Green+Blue) = 147+218+56=421 (55% of max value = 765). Red value is 147 (57.81% from 255 or 34.92% from 421); Green value is 218 (85.55% from 255 or 51.78% from 421); Blue value is 56 (22.27% from 255 or 13.30% from 421); Max value from RGB is 218 - color contains mainly: green. Hex color #93DA38 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #93DA38 is #6C25C7. Grayscale: #B2B2B2. Windows color (decimal): -7087560 or 3725971. OLE color: 3725971.

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

Color convert

RGB14721856-
CMYK0.3300.740.15
HSL86.3º68.64%53.73%-
HSV(B)86.3º74.31%85.49%-
XYZ37.8256.6312.68-
YUV178.358.98105.67-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 34.92%
GREEN value IS 218 (85.55% from 255) = 51.78%
BLUE value IS 56 (22.27% from 255) = 13.30%
R=34.92%
G=51.78%
B=13.30%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal147218560.3300.740.1586.368.6453.73
Hex93DA382104AF564536
Octal223332704101121712610566
Binary100100111101101011100010000101001010111110101101000101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93DA38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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