#94DA53

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

Shades of Atlantis #94DA53

Tints of Atlantis #94DA53

Color information

#94DA53 (or 0x94DA53) is unknown color: approx Atlantis. HEX triplet: 94, DA and 53. RGB value is (148,218,83). Sum of RGB (Red+Green+Blue) = 148+218+83=449 (59% of max value = 765). Red value is 148 (58.20% from 255 or 32.96% from 449); Green value is 218 (85.55% from 255 or 48.55% from 449); Blue value is 83 (32.81% from 255 or 18.49% from 449); Max value from RGB is 218 - color contains mainly: green. Hex color #94DA53 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #94DA53 is #6B25AC. Grayscale: #B6B6B6. Windows color (decimal): -7021997 or 5495444. OLE color: 5495444.

HSL color Cylindrical-coordinate representation of color #94DA53: hue angle of 91.11º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #94DA53 is Cyan = 0.32, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.15.

Color convert

RGB14821883-
CMYK0.3200.620.15
HSL91.11º64.59%59.02%-
HSV(B)91.11º61.93%85.49%-
XYZ38.8557.0617.15-
YUV181.6872.31103.98-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 32.96%
GREEN value IS 218 (85.55% from 255) = 48.55%
BLUE value IS 83 (32.81% from 255) = 18.49%
R=32.96%
G=48.55%
B=18.49%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal148218830.3200.620.1591.1164.5959.02
Hex94DA532003EF5b413b
Octal224332123400761713310173
Binary100101001101101010100111000000111110111110110111000001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94DA53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94DA53; }

 p { color: rgb(148,218,83); }

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

<style>
 a { background-color: #94DA53; }

 a { background-color: rgb(148,218,83); }

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

<style>
 span { border-color: #94DA53; }

 span { border-color: rgb(148,218,83); }

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