Html Css Color HEX #82E237 Atlantis

📋 copy color: '#82E237'

red 130 ◦ green 226 ◦ blue 55

#82E237
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Atlantis #82E237

Tints of Atlantis #82E237

RGB

 RED value IS 130 (51.17% from 255) = 31.63%

 GREEN value IS 226 (88.67% from 255) = 54.99%

 BLUE value IS 55 (21.88% from 255) = 13.38%

R = 31.63%
G = 54.99%
B = 13.38%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.76

 K value IS 0.11

RGB Variations

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

Color information

#82E237 (or 0x82E237) is known color: Atlantis. HEX triplet: 82, E2 and 37. RGB value is (130,226,55). Sum of RGB (Red+Green+Blue) = 130+226+55=411 (54% of max value = 765). Red value is 130 (51.17% from 255 or 31.63% from 411); Green value is 226 (88.67% from 255 or 54.99% from 411); Blue value is 55 (21.88% from 255 or 13.38% from 411); Max value from RGB is 226 - color contains mainly: green. Hex color #82E237 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #82E237 is #7D1DC8. Grayscale: #B2B2B2. Windows color (decimal): -8199625 or 3662466. OLE color: 3662466.

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

Color convert

RGB 130 226 55 -
CMYK 0.42 0 0.76 0.11
HSL 93.68º 0.75% 0.55% -
HSV(B) 93.68º 0.76% 0.89% -
XYZ 37.09 59.41 13.13 -
YUV 177.8 58.7 93.9 -
System Red Green Blue C M Y K H S L
Decimal 130 226 55 0.42 0 0.76 0.11 93.68 0.75 0.55
Hex 82 E2 37 2A 0 4C B 5E 4B 37
Octal 202 342 67 52 0 114 13 136 113 67
Binary 10000010 11100010 110111 101010 0 1001100 1011 1011110 1001011 110111

Color Harmonies of #82E237

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82E237

Black with #82E237

Text Example


Text Example

White with #82E237

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #82E237;
 }
 .AnyTagClassName
 {
   color: #82E237;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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