#80CD3D

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

Shades of Atlantis #80CD3D

Tints of Atlantis #80CD3D

Color information

#80CD3D (or 0x80CD3D) is unknown color: approx Atlantis. HEX triplet: 80, CD and 3D. RGB value is (128,205,61). Sum of RGB (Red+Green+Blue) = 128+205+61=394 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32.49% from 394); Green value is 205 (80.47% from 255 or 52.03% from 394); Blue value is 61 (24.22% from 255 or 15.48% from 394); Max value from RGB is 205 - color contains mainly: green. Hex color #80CD3D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80CD3D is #7F32C2. Grayscale: #A6A6A6. Windows color (decimal): -8336067 or 4050304. OLE color: 4050304.

HSL color Cylindrical-coordinate representation of color #80CD3D: hue angle of 92.08º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #80CD3D is Cyan = 0.38, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.20.

Color convert

RGB12820561-
CMYK0.3800.700.20
HSL92.08º59.02%52.16%-
HSV(B)92.08º70.24%80.39%-
XYZ31.5848.5912.13-
YUV165.5668.99101.21-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 32.49%
GREEN value IS 205 (80.47% from 255) = 52.03%
BLUE value IS 61 (24.22% from 255) = 15.48%
R=32.49%
G=52.03%
B=15.48%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal128205610.3800.700.2092.0859.0252.16
Hex80CD3D26046145c3b34
Octal20031575460106241347364
Binary100000001100110111110110011001000110101001011100111011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80CD3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #80CD3D; }

 p { color: rgb(128,205,61); }

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

<style>
 a { background-color: #80CD3D; }

 a { background-color: rgb(128,205,61); }

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

<style>
 span { border-color: #80CD3D; }

 span { border-color: rgb(128,205,61); }

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