#93DE3F

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

Shades of Atlantis #93DE3F

Tints of Atlantis #93DE3F

Color information

#93DE3F (or 0x93DE3F) is unknown color: approx Atlantis. HEX triplet: 93, DE and 3F. RGB value is (147,222,63). Sum of RGB (Red+Green+Blue) = 147+222+63=432 (57% of max value = 765). Red value is 147 (57.81% from 255 or 34.03% from 432); Green value is 222 (87.11% from 255 or 51.39% from 432); Blue value is 63 (25% from 255 or 14.58% from 432); Max value from RGB is 222 - color contains mainly: green. Hex color #93DE3F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #93DE3F is #6C21C0. Grayscale: #B6B6B6. Windows color (decimal): -7086529 or 4185747. OLE color: 4185747.

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

Color convert

RGB14722263-
CMYK0.3400.720.13
HSL88.3º70.67%55.88%-
HSV(B)88.3º71.62%87.06%-
XYZ39.0558.813.99-
YUV181.4561.15103.43-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 34.03%
GREEN value IS 222 (87.11% from 255) = 51.39%
BLUE value IS 63 (25% from 255) = 14.58%
R=34.03%
G=51.39%
B=14.58%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal147222630.3400.720.1388.370.6755.88
Hex93DE3F22048D584738
Octal223336774201101513010770
Binary100100111101111011111110001001001000110110110001000111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93DE3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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