#8dd040

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

Shades of Atlantis #8DD040

Tints of Atlantis #8DD040

Color information

#8DD040 (or 0x8DD040) is unknown color: approx Atlantis. HEX triplet: 8D, D0 and 40. RGB value is (141,208,64). Sum of RGB (Red+Green+Blue) = 141+208+64=413 (54% of max value = 765). Red value is 141 (55.47% from 255 or 34.14% from 413); Green value is 208 (81.64% from 255 or 50.36% from 413); Blue value is 64 (25.39% from 255 or 15.50% from 413); Max value from RGB is 208 - color contains mainly: green. Hex color #8DD040 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8DD040 is #722FBF. Grayscale: #ACACAC. Windows color (decimal): -7483328 or 4247693. OLE color: 4247693.

HSL color Cylindrical-coordinate representation of color #8DD040: hue angle of 87.92º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8DD040 is Cyan = 0.32, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.18.

Color convert

RGB14120864-
CMYK0.3200.690.18
HSL87.92º60.5%53.33%-
HSV(B)87.92º69.23%81.57%-
XYZ34.4751.1412.91-
YUV171.5567.3106.21-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 34.14%
GREEN value IS 208 (81.64% from 255) = 50.36%
BLUE value IS 64 (25.39% from 255) = 15.50%
R=34.14%
G=50.36%
B=15.50%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal141208640.3200.690.1887.9260.553.33
Hex8DD0402004512583d35
Octal215320100400105221307565
Binary1000110111010000100000010000001000101100101011000111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8dd040

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,208,64); }

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

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

 a { background-color: rgb(141,208,64); }

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

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

 span { border-color: rgb(141,208,64); }

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