#82F047

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

Shades of Atlantis #82F047

Tints of Atlantis #82F047

Color information

#82F047 (or 0x82F047) is unknown color: approx Atlantis. HEX triplet: 82, F0 and 47. RGB value is (130,240,71). Sum of RGB (Red+Green+Blue) = 130+240+71=441 (58% of max value = 765). Red value is 130 (51.17% from 255 or 29.48% from 441); Green value is 240 (94.14% from 255 or 54.42% from 441); Blue value is 71 (28.12% from 255 or 16.10% from 441); Max value from RGB is 240 - color contains mainly: green. Hex color #82F047 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #82F047 is #7D0FB8. Grayscale: #BCBCBC. Windows color (decimal): -8196025 or 4714626. OLE color: 4714626.

HSL color Cylindrical-coordinate representation of color #82F047: hue angle of 99.05º degrees, saturation: 0.85, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #82F047 is Cyan = 0.46, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.06.

Color convert

RGB13024071-
CMYK0.4600.700.06
HSL99.05º84.92%60.98%-
HSV(B)99.05º70.42%94.12%-
XYZ41.567.5216.81-
YUV187.8462.0686.74-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 29.48%
GREEN value IS 240 (94.14% from 255) = 54.42%
BLUE value IS 71 (28.12% from 255) = 16.10%
R=29.48%
G=54.42%
B=16.10%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal130240710.4600.700.0699.0584.9260.98
Hex82F0472E046663553d
Octal202360107560106614312575
Binary100000101111000010001111011100100011011011000111010101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82F047

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,240,71); }

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

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

 a { background-color: rgb(130,240,71); }

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

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

 span { border-color: rgb(130,240,71); }

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