#83D141

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

Shades of Atlantis #83D141

Tints of Atlantis #83D141

Color information

#83D141 (or 0x83D141) is unknown color: approx Atlantis. HEX triplet: 83, D1 and 41. RGB value is (131,209,65). Sum of RGB (Red+Green+Blue) = 131+209+65=405 (53% of max value = 765). Red value is 131 (51.56% from 255 or 32.35% from 405); Green value is 209 (82.03% from 255 or 51.60% from 405); Blue value is 65 (25.78% from 255 or 16.05% from 405); Max value from RGB is 209 - color contains mainly: green. Hex color #83D141 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #83D141 is #7C2EBE. Grayscale: #A9A9A9. Windows color (decimal): -8138431 or 4313475. OLE color: 4313475.

HSL color Cylindrical-coordinate representation of color #83D141: hue angle of 92.5º degrees, saturation: 0.61, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #83D141 is Cyan = 0.37, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.18.

Color convert

RGB13120965-
CMYK0.3700.690.18
HSL92.5º61.02%53.73%-
HSV(B)92.5º68.9%81.96%-
XYZ33.1150.8113.06-
YUV169.2669.16100.71-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 32.35%
GREEN value IS 209 (82.03% from 255) = 51.60%
BLUE value IS 65 (25.78% from 255) = 16.05%
R=32.35%
G=51.60%
B=16.05%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal131209650.3700.690.1892.561.0253.73
Hex83D14125045125c3d36
Octal203321101450105221347566
Binary1000001111010001100000110010101000101100101011100111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83D141

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,209,65); }

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

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

 a { background-color: rgb(131,209,65); }

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

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

 span { border-color: rgb(131,209,65); }

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