#8DD349

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

Shades of Atlantis #8DD349

Tints of Atlantis #8DD349

Color information

#8DD349 (or 0x8DD349) is unknown color: approx Atlantis. HEX triplet: 8D, D3 and 49. RGB value is (141,211,73). Sum of RGB (Red+Green+Blue) = 141+211+73=425 (56% of max value = 765). Red value is 141 (55.47% from 255 or 33.18% from 425); Green value is 211 (82.81% from 255 or 49.65% from 425); Blue value is 73 (28.91% from 255 or 17.18% from 425); Max value from RGB is 211 - color contains mainly: green. Hex color #8DD349 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8DD349 is #722CB6. Grayscale: #AEAEAE. Windows color (decimal): -7482551 or 4838285. OLE color: 4838285.

HSL color Cylindrical-coordinate representation of color #8DD349: hue angle of 90.43º degrees, saturation: 0.61, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8DD349 is Cyan = 0.33, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.17.

Color convert

RGB14121173-
CMYK0.3300.650.17
HSL90.43º61.06%55.69%-
HSV(B)90.43º65.4%82.75%-
XYZ35.4852.7314.61-
YUV174.3470.81104.22-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 33.18%
GREEN value IS 211 (82.81% from 255) = 49.65%
BLUE value IS 73 (28.91% from 255) = 17.18%
R=33.18%
G=49.65%
B=17.18%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal141211730.3300.650.1790.4361.0655.69
Hex8DD34921041115a3d38
Octal215323111410101211327570
Binary1000110111010011100100110000101000001100011011010111101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DD349

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8DD349; }

 p { color: rgb(141,211,73); }

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

<style>
 a { background-color: #8DD349; }

 a { background-color: rgb(141,211,73); }

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

<style>
 span { border-color: #8DD349; }

 span { border-color: rgb(141,211,73); }

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