#8CD641

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

Shades of Atlantis #8CD641

Tints of Atlantis #8CD641

Color information

#8CD641 (or 0x8CD641) is unknown color: approx Atlantis. HEX triplet: 8C, D6 and 41. RGB value is (140,214,65). Sum of RGB (Red+Green+Blue) = 140+214+65=419 (55% of max value = 765). Red value is 140 (55.08% from 255 or 33.41% from 419); Green value is 214 (83.98% from 255 or 51.07% from 419); Blue value is 65 (25.78% from 255 or 15.51% from 419); Max value from RGB is 214 - color contains mainly: green. Hex color #8CD641 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8CD641 is #7329BE. Grayscale: #AFAFAF. Windows color (decimal): -7547327 or 4314764. OLE color: 4314764.

HSL color Cylindrical-coordinate representation of color #8CD641: hue angle of 89.8º degrees, saturation: 0.65, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #8CD641 is Cyan = 0.35, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.16.

Color convert

RGB14021465-
CMYK0.3500.700.16
HSL89.8º64.5%54.71%-
HSV(B)89.8º69.63%83.92%-
XYZ35.8254.0513.55-
YUV174.8965.98103.12-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 33.41%
GREEN value IS 214 (83.98% from 255) = 51.07%
BLUE value IS 65 (25.78% from 255) = 15.51%
R=33.41%
G=51.07%
B=15.51%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal140214650.3500.700.1689.864.554.71
Hex8CD64123046105a4137
Octal2143261014301062013210167
Binary10001100110101101000001100011010001101000010110101000001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CD641

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,214,65); }

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

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

 a { background-color: rgb(140,214,65); }

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

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

 span { border-color: rgb(140,214,65); }

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