#82F235

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

Shades of Atlantis #82F235

Tints of Atlantis #82F235

Color information

#82F235 (or 0x82F235) is unknown color: approx Atlantis. HEX triplet: 82, F2 and 35. RGB value is (130,242,53). Sum of RGB (Red+Green+Blue) = 130+242+53=425 (56% of max value = 765). Red value is 130 (51.17% from 255 or 30.59% from 425); Green value is 242 (94.92% from 255 or 56.94% from 425); Blue value is 53 (21.09% from 255 or 12.47% from 425); Max value from RGB is 242 - color contains mainly: green. Hex color #82F235 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #82F235 is #7D0DCA. Grayscale: #BBBBBB. Windows color (decimal): -8195531 or 3535490. OLE color: 3535490.

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

Color convert

RGB13024253-
CMYK0.4600.780.05
HSL95.56º87.91%57.84%-
HSV(B)95.56º78.1%94.9%-
XYZ41.668.5114.4-
YUV186.9752.3987.37-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 30.59%
GREEN value IS 242 (94.92% from 255) = 56.94%
BLUE value IS 53 (21.09% from 255) = 12.47%
R=30.59%
G=56.94%
B=12.47%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal130242530.4600.780.0595.5687.9157.84
Hex82F2352E04E560583a
Octal20236265560116514013072
Binary10000010111100101101011011100100111010111000001011000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82F235

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,242,53); }

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

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

 a { background-color: rgb(130,242,53); }

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

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

 span { border-color: rgb(130,242,53); }

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