#83D541

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

Shades of Atlantis #83D541

Tints of Atlantis #83D541

Color information

#83D541 (or 0x83D541) is unknown color: approx Atlantis. HEX triplet: 83, D5 and 41. RGB value is (131,213,65). Sum of RGB (Red+Green+Blue) = 131+213+65=409 (54% of max value = 765). Red value is 131 (51.56% from 255 or 32.03% from 409); Green value is 213 (83.59% from 255 or 52.08% from 409); Blue value is 65 (25.78% from 255 or 15.89% from 409); Max value from RGB is 213 - color contains mainly: green. Hex color #83D541 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #83D541 is #7C2ABE. Grayscale: #ACACAC. Windows color (decimal): -8137407 or 4314499. OLE color: 4314499.

HSL color Cylindrical-coordinate representation of color #83D541: hue angle of 93.24º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #83D541 is Cyan = 0.38, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.16.

Color convert

RGB13121365-
CMYK0.3800.690.16
HSL93.24º63.79%54.51%-
HSV(B)93.24º69.48%83.53%-
XYZ34.1152.813.39-
YUV171.6167.8399.03-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 32.03%
GREEN value IS 213 (83.59% from 255) = 52.08%
BLUE value IS 65 (25.78% from 255) = 15.89%
R=32.03%
G=52.08%
B=15.89%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal131213650.3800.690.1693.2463.7954.51
Hex83D54126045105d4037
Octal2033251014601052013510067
Binary10000011110101011000001100110010001011000010111011000000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83D541

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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