#93D64D

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

Shades of Atlantis #93D64D

Tints of Atlantis #93D64D

Color information

#93D64D (or 0x93D64D) is unknown color: approx Atlantis. HEX triplet: 93, D6 and 4D. RGB value is (147,214,77). Sum of RGB (Red+Green+Blue) = 147+214+77=438 (58% of max value = 765). Red value is 147 (57.81% from 255 or 33.56% from 438); Green value is 214 (83.98% from 255 or 48.86% from 438); Blue value is 77 (30.47% from 255 or 17.58% from 438); Max value from RGB is 214 - color contains mainly: green. Hex color #93D64D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #93D64D is #6C29B2. Grayscale: #B2B2B2. Windows color (decimal): -7088563 or 5101203. OLE color: 5101203.

HSL color Cylindrical-coordinate representation of color #93D64D: hue angle of 89.34º degrees, saturation: 0.63, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #93D64D is Cyan = 0.31, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.16.

Color convert

RGB14721477-
CMYK0.3100.640.16
HSL89.34º62.56%57.06%-
HSV(B)89.34º64.02%83.92%-
XYZ37.4254.8315.63-
YUV178.3570.8105.64-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 33.56%
GREEN value IS 214 (83.98% from 255) = 48.86%
BLUE value IS 77 (30.47% from 255) = 17.58%
R=33.56%
G=48.86%
B=17.58%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal147214770.3100.640.1689.3462.5657.06
Hex93D64D1F04010593f39
Octal223326115370100201317771
Binary100100111101011010011011111101000000100001011001111111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93D64D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,214,77); }

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

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

 a { background-color: rgb(147,214,77); }

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

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

 span { border-color: rgb(147,214,77); }

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