#82F13A

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

Shades of Atlantis #82F13A

Tints of Atlantis #82F13A

Color information

#82F13A (or 0x82F13A) is unknown color: approx Atlantis. HEX triplet: 82, F1 and 3A. RGB value is (130,241,58). Sum of RGB (Red+Green+Blue) = 130+241+58=429 (56% of max value = 765). Red value is 130 (51.17% from 255 or 30.30% from 429); Green value is 241 (94.53% from 255 or 56.18% from 429); Blue value is 58 (23.05% from 255 or 13.52% from 429); Max value from RGB is 241 - color contains mainly: green. Hex color #82F13A is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #82F13A is #7D0EC5. Grayscale: #BBBBBB. Windows color (decimal): -8195782 or 3862914. OLE color: 3862914.

HSL color Cylindrical-coordinate representation of color #82F13A: hue angle of 96.39º degrees, saturation: 0.87, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #82F13A is Cyan = 0.46, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.05.

Color convert

RGB13024158-
CMYK0.4600.760.05
HSL96.39º86.73%58.63%-
HSV(B)96.39º75.93%94.51%-
XYZ41.4267.9614.94-
YUV186.9555.2387.38-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 30.30%
GREEN value IS 241 (94.53% from 255) = 56.18%
BLUE value IS 58 (23.05% from 255) = 13.52%
R=30.30%
G=56.18%
B=13.52%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal130241580.4600.760.0596.3986.7358.63
Hex82F13A2E04C560573b
Octal20236172560114514012773
Binary10000010111100011110101011100100110010111000001010111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82F13A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,241,58); }

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

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

 a { background-color: rgb(130,241,58); }

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

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

 span { border-color: rgb(130,241,58); }

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