#93D838

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

Shades of Atlantis #93D838

Tints of Atlantis #93D838

Color information

#93D838 (or 0x93D838) is unknown color: approx Atlantis. HEX triplet: 93, D8 and 38. RGB value is (147,216,56). Sum of RGB (Red+Green+Blue) = 147+216+56=419 (55% of max value = 765). Red value is 147 (57.81% from 255 or 35.08% from 419); Green value is 216 (84.77% from 255 or 51.55% from 419); Blue value is 56 (22.27% from 255 or 13.37% from 419); Max value from RGB is 216 - color contains mainly: green. Hex color #93D838 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #93D838 is #6C27C7. Grayscale: #B1B1B1. Windows color (decimal): -7088072 or 3725459. OLE color: 3725459.

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

Color convert

RGB14721656-
CMYK0.3200.740.15
HSL85.88º67.23%53.33%-
HSV(B)85.88º74.07%84.71%-
XYZ37.355.612.51-
YUV177.1359.64106.51-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 35.08%
GREEN value IS 216 (84.77% from 255) = 51.55%
BLUE value IS 56 (22.27% from 255) = 13.37%
R=35.08%
G=51.55%
B=13.37%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal147216560.3200.740.1585.8867.2353.33
Hex93D8382004AF564335
Octal223330704001121712610365
Binary100100111101100011100010000001001010111110101101000011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93D838

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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