#8CDD4D

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

Shades of Atlantis #8CDD4D

Tints of Atlantis #8CDD4D

Color information

#8CDD4D (or 0x8CDD4D) is unknown color: approx Atlantis. HEX triplet: 8C, DD and 4D. RGB value is (140,221,77). Sum of RGB (Red+Green+Blue) = 140+221+77=438 (58% of max value = 765). Red value is 140 (55.08% from 255 or 31.96% from 438); Green value is 221 (86.72% from 255 or 50.46% from 438); Blue value is 77 (30.47% from 255 or 17.58% from 438); Max value from RGB is 221 - color contains mainly: green. Hex color #8CDD4D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CDD4D is #7322B2. Grayscale: #B4B4B4. Windows color (decimal): -7545523 or 5102988. OLE color: 5102988.

HSL color Cylindrical-coordinate representation of color #8CDD4D: hue angle of 93.75º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8CDD4D is Cyan = 0.37, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.13.

Color convert

RGB14022177-
CMYK0.3700.650.13
HSL93.75º67.92%58.43%-
HSV(B)93.75º65.16%86.67%-
XYZ38.0157.8216.18-
YUV180.3669.6699.21-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 31.96%
GREEN value IS 221 (86.72% from 255) = 50.46%
BLUE value IS 77 (30.47% from 255) = 17.58%
R=31.96%
G=50.46%
B=17.58%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal140221770.3700.650.1393.7567.9258.43
Hex8CDD4D25041D5e443a
Octal2143351154501011513610472
Binary1000110011011101100110110010101000001110110111101000100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CDD4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,221,77); }

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

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

 a { background-color: rgb(140,221,77); }

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

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

 span { border-color: rgb(140,221,77); }

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