#83DC40

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

Shades of Atlantis #83DC40

Tints of Atlantis #83DC40

Color information

#83DC40 (or 0x83DC40) is unknown color: approx Atlantis. HEX triplet: 83, DC and 40. RGB value is (131,220,64). Sum of RGB (Red+Green+Blue) = 131+220+64=415 (54% of max value = 765). Red value is 131 (51.56% from 255 or 31.57% from 415); Green value is 220 (86.33% from 255 or 53.01% from 415); Blue value is 64 (25.39% from 255 or 15.42% from 415); Max value from RGB is 220 - color contains mainly: green. Hex color #83DC40 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #83DC40 is #7C23BF. Grayscale: #B0B0B0. Windows color (decimal): -8135616 or 4250755. OLE color: 4250755.

HSL color Cylindrical-coordinate representation of color #83DC40: hue angle of 94.23º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #83DC40 is Cyan = 0.40, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.14.

Color convert

RGB13122064-
CMYK0.4000.710.14
HSL94.23º69.03%55.69%-
HSV(B)94.23º70.91%86.27%-
XYZ35.8856.3813.84-
YUV175.665.0196.18-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 31.57%
GREEN value IS 220 (86.33% from 255) = 53.01%
BLUE value IS 64 (25.39% from 255) = 15.42%
R=31.57%
G=53.01%
B=15.42%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal131220640.4000.710.1494.2369.0355.69
Hex83DC4028047E5e4538
Octal2033341005001071613610570
Binary1000001111011100100000010100001000111111010111101000101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83DC40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #83DC40; }

 p { color: rgb(131,220,64); }

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

<style>
 a { background-color: #83DC40; }

 a { background-color: rgb(131,220,64); }

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

<style>
 span { border-color: #83DC40; }

 span { border-color: rgb(131,220,64); }

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