#8DD44B

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

Shades of Atlantis #8DD44B

Tints of Atlantis #8DD44B

Color information

#8DD44B (or 0x8DD44B) is unknown color: approx Atlantis. HEX triplet: 8D, D4 and 4B. RGB value is (141,212,75). Sum of RGB (Red+Green+Blue) = 141+212+75=428 (56% of max value = 765). Red value is 141 (55.47% from 255 or 32.94% from 428); Green value is 212 (83.20% from 255 or 49.53% from 428); Blue value is 75 (29.69% from 255 or 17.52% from 428); Max value from RGB is 212 - color contains mainly: green. Hex color #8DD44B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8DD44B is #722BB4. Grayscale: #AFAFAF. Windows color (decimal): -7482293 or 4969613. OLE color: 4969613.

HSL color Cylindrical-coordinate representation of color #8DD44B: hue angle of 91.09º 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 #8DD44B is Cyan = 0.33, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.17.

Color convert

RGB14121275-
CMYK0.3300.650.17
HSL91.09º61.43%56.27%-
HSV(B)91.09º64.62%83.14%-
XYZ35.853.2615.05-
YUV175.1571.48103.64-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 32.94%
GREEN value IS 212 (83.20% from 255) = 49.53%
BLUE value IS 75 (29.69% from 255) = 17.52%
R=32.94%
G=49.53%
B=17.52%

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
Decimal141212750.3300.650.1791.0961.4356.27
Hex8DD44B21041115b3d38
Octal215324113410101211337570
Binary1000110111010100100101110000101000001100011011011111101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DD44B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,212,75); }

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

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

 a { background-color: rgb(141,212,75); }

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

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

 span { border-color: rgb(141,212,75); }

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