#83ED48

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

Shades of Atlantis #83ED48

Tints of Atlantis #83ED48

Color information

#83ED48 (or 0x83ED48) is unknown color: approx Atlantis. HEX triplet: 83, ED and 48. RGB value is (131,237,72). Sum of RGB (Red+Green+Blue) = 131+237+72=440 (58% of max value = 765). Red value is 131 (51.56% from 255 or 29.77% from 440); Green value is 237 (92.97% from 255 or 53.86% from 440); Blue value is 72 (28.52% from 255 or 16.36% from 440); Max value from RGB is 237 - color contains mainly: green. Hex color #83ED48 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #83ED48 is #7C12B7. Grayscale: #BBBBBB. Windows color (decimal): -8131256 or 4779395. OLE color: 4779395.

HSL color Cylindrical-coordinate representation of color #83ED48: hue angle of 98.55º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #83ED48 is Cyan = 0.45, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.07.

Color convert

RGB13123772-
CMYK0.4500.700.07
HSL98.55º82.09%60.59%-
HSV(B)98.55º69.62%92.94%-
XYZ40.8165.8616.69-
YUV186.563.3888.42-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 29.77%
GREEN value IS 237 (92.97% from 255) = 53.86%
BLUE value IS 72 (28.52% from 255) = 16.36%
R=29.77%
G=53.86%
B=16.36%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal131237720.4500.700.0798.5582.0960.59
Hex83ED482D046763523d
Octal203355110550106714312275
Binary100000111110110110010001011010100011011111000111010010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83ED48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,237,72); }

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

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

 a { background-color: rgb(131,237,72); }

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

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

 span { border-color: rgb(131,237,72); }

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