#8cd54d

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

Shades of Atlantis #8CD54D

Tints of Atlantis #8CD54D

Color information

#8CD54D (or 0x8CD54D) is unknown color: approx Atlantis. HEX triplet: 8C, D5 and 4D. RGB value is (140,213,77). Sum of RGB (Red+Green+Blue) = 140+213+77=430 (56% of max value = 765). Red value is 140 (55.08% from 255 or 32.56% from 430); Green value is 213 (83.59% from 255 or 49.53% from 430); Blue value is 77 (30.47% from 255 or 17.91% from 430); Max value from RGB is 213 - color contains mainly: green. Hex color #8CD54D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CD54D is #732AB2. Grayscale: #B0B0B0. Windows color (decimal): -7547571 or 5100940. OLE color: 5100940.

HSL color Cylindrical-coordinate representation of color #8CD54D: hue angle of 92.21º degrees, saturation: 0.62, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #8CD54D is Cyan = 0.34, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.16.

Color convert

RGB14021377-
CMYK0.3400.640.16
HSL92.21º61.82%56.86%-
HSV(B)92.21º63.85%83.53%-
XYZ35.9553.715.49-
YUV175.6772.32102.56-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 32.56%
GREEN value IS 213 (83.59% from 255) = 49.53%
BLUE value IS 77 (30.47% from 255) = 17.91%
R=32.56%
G=49.53%
B=17.91%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal140213770.3400.640.1692.2161.8256.86
Hex8CD54D22040105c3e39
Octal214325115420100201347671
Binary1000110011010101100110110001001000000100001011100111110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8cd54d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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