#83D440

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

Shades of Atlantis #83D440

Tints of Atlantis #83D440

Color information

#83D440 (or 0x83D440) is unknown color: approx Atlantis. HEX triplet: 83, D4 and 40. RGB value is (131,212,64). Sum of RGB (Red+Green+Blue) = 131+212+64=407 (53% of max value = 765). Red value is 131 (51.56% from 255 or 32.19% from 407); Green value is 212 (83.20% from 255 or 52.09% from 407); Blue value is 64 (25.39% from 255 or 15.72% from 407); Max value from RGB is 212 - color contains mainly: green. Hex color #83D440 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #83D440 is #7C2BBF. Grayscale: #ABABAB. Windows color (decimal): -8137664 or 4248707. OLE color: 4248707.

HSL color Cylindrical-coordinate representation of color #83D440: hue angle of 92.84º degrees, saturation: 0.63, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #83D440 is Cyan = 0.38, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.17.

Color convert

RGB13121264-
CMYK0.3800.700.17
HSL92.84º63.25%54.12%-
HSV(B)92.84º69.81%83.14%-
XYZ33.8352.2813.16-
YUV170.9167.6699.53-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 32.19%
GREEN value IS 212 (83.20% from 255) = 52.09%
BLUE value IS 64 (25.39% from 255) = 15.72%
R=32.19%
G=52.09%
B=15.72%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal131212640.3800.700.1792.8463.2554.12
Hex83D44026046115d3f36
Octal203324100460106211357766
Binary1000001111010100100000010011001000110100011011101111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83D440

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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