#8DCD40

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

Shades of Atlantis #8DCD40

Tints of Atlantis #8DCD40

Color information

#8DCD40 (or 0x8DCD40) is unknown color: approx Atlantis. HEX triplet: 8D, CD and 40. RGB value is (141,205,64). Sum of RGB (Red+Green+Blue) = 141+205+64=410 (54% of max value = 765). Red value is 141 (55.47% from 255 or 34.39% from 410); Green value is 205 (80.47% from 255 or 50% from 410); Blue value is 64 (25.39% from 255 or 15.61% from 410); Max value from RGB is 205 - color contains mainly: green. Hex color #8DCD40 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8DCD40 is #7232BF. Grayscale: #AAAAAA. Windows color (decimal): -7484096 or 4246925. OLE color: 4246925.

HSL color Cylindrical-coordinate representation of color #8DCD40: hue angle of 87.23º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8DCD40 is Cyan = 0.31, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.20.

Color convert

RGB14120564-
CMYK0.3100.690.20
HSL87.23º58.51%52.75%-
HSV(B)87.23º68.78%80.39%-
XYZ33.7449.712.66-
YUV169.7968.3107.46-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 34.39%
GREEN value IS 205 (80.47% from 255) = 50%
BLUE value IS 64 (25.39% from 255) = 15.61%
R=34.39%
G=50%
B=15.61%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal141205640.3100.690.2087.2358.5152.75
Hex8DCD401F04514573b35
Octal215315100370105241277365
Binary100011011100110110000001111101000101101001010111111011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DCD40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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