#83ED42

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

Shades of Atlantis #83ED42

Tints of Atlantis #83ED42

Color information

#83ED42 (or 0x83ED42) is unknown color: approx Atlantis. HEX triplet: 83, ED and 42. RGB value is (131,237,66). Sum of RGB (Red+Green+Blue) = 131+237+66=434 (57% of max value = 765). Red value is 131 (51.56% from 255 or 30.18% from 434); Green value is 237 (92.97% from 255 or 54.61% from 434); Blue value is 66 (26.17% from 255 or 15.21% from 434); Max value from RGB is 237 - color contains mainly: green. Hex color #83ED42 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #83ED42 is #7C12BD. Grayscale: #BABABA. Windows color (decimal): -8131262 or 4386179. OLE color: 4386179.

HSL color Cylindrical-coordinate representation of color #83ED42: hue angle of 97.19º degrees, saturation: 0.83, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #83ED42 is Cyan = 0.45, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.07.

Color convert

RGB13123766-
CMYK0.4500.720.07
HSL97.19º82.61%59.41%-
HSV(B)97.19º72.15%92.94%-
XYZ40.6365.7915.71-
YUV185.8160.3888.9-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 30.18%
GREEN value IS 237 (92.97% from 255) = 54.61%
BLUE value IS 66 (26.17% from 255) = 15.21%
R=30.18%
G=54.61%
B=15.21%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal131237660.4500.720.0797.1982.6159.41
Hex83ED422D048761533b
Octal203355102550110714112373
Binary100000111110110110000101011010100100011111000011010011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83ED42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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