#82E23B

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

Shades of Atlantis #82E23B

Tints of Atlantis #82E23B

Color information

#82E23B (or 0x82E23B) is unknown color: approx Atlantis. HEX triplet: 82, E2 and 3B. RGB value is (130,226,59). Sum of RGB (Red+Green+Blue) = 130+226+59=415 (54% of max value = 765). Red value is 130 (51.17% from 255 or 31.33% from 415); Green value is 226 (88.67% from 255 or 54.46% from 415); Blue value is 59 (23.44% from 255 or 14.22% from 415); Max value from RGB is 226 - color contains mainly: green. Hex color #82E23B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #82E23B is #7D1DC4. Grayscale: #B2B2B2. Windows color (decimal): -8199621 or 3924610. OLE color: 3924610.

HSL color Cylindrical-coordinate representation of color #82E23B: hue angle of 94.49º degrees, saturation: 0.74, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #82E23B is Cyan = 0.42, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.11.

Color convert

RGB13022659-
CMYK0.4200.740.11
HSL94.49º74.22%55.88%-
HSV(B)94.49º73.89%88.63%-
XYZ37.1959.4513.65-
YUV178.2660.793.58-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 31.33%
GREEN value IS 226 (88.67% from 255) = 54.46%
BLUE value IS 59 (23.44% from 255) = 14.22%
R=31.33%
G=54.46%
B=14.22%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal130226590.4200.740.1194.4974.2255.88
Hex82E23B2A04AB5e4a38
Octal202342735201121313611270
Binary100000101110001011101110101001001010101110111101001010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82E23B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #82E23B; }

 p { color: rgb(130,226,59); }

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

<style>
 a { background-color: #82E23B; }

 a { background-color: rgb(130,226,59); }

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

<style>
 span { border-color: #82E23B; }

 span { border-color: rgb(130,226,59); }

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