#94DD54

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

Shades of Atlantis #94DD54

Tints of Atlantis #94DD54

Color information

#94DD54 (or 0x94DD54) is unknown color: approx Atlantis. HEX triplet: 94, DD and 54. RGB value is (148,221,84). Sum of RGB (Red+Green+Blue) = 148+221+84=453 (60% of max value = 765). Red value is 148 (58.20% from 255 or 32.67% from 453); Green value is 221 (86.72% from 255 or 48.79% from 453); Blue value is 84 (33.20% from 255 or 18.54% from 453); Max value from RGB is 221 - color contains mainly: green. Hex color #94DD54 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #94DD54 is #6B22AB. Grayscale: #B8B8B8. Windows color (decimal): -7021228 or 5561748. OLE color: 5561748.

HSL color Cylindrical-coordinate representation of color #94DD54: hue angle of 91.97º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #94DD54 is Cyan = 0.33, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.13.

Color convert

RGB14822184-
CMYK0.3300.620.13
HSL91.97º66.83%59.8%-
HSV(B)91.97º61.99%86.67%-
XYZ39.6758.6517.62-
YUV183.5571.82102.64-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 32.67%
GREEN value IS 221 (86.72% from 255) = 48.79%
BLUE value IS 84 (33.20% from 255) = 18.54%
R=32.67%
G=48.79%
B=18.54%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal148221840.3300.620.1391.9766.8359.8
Hex94DD542103ED5c433c
Octal224335124410761513410374
Binary100101001101110110101001000010111110110110111001000011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94DD54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,221,84); }

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

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

 a { background-color: rgb(148,221,84); }

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

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

 span { border-color: rgb(148,221,84); }

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