Html Css Color HEX #82EA43 Atlantis

📋 copy color: '#82EA43'

red 130 ◦ green 234 ◦ blue 67

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

Shades of Atlantis #82EA43

Tints of Atlantis #82EA43

RGB

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

 GREEN value IS 234 (91.8% from 255) = 54.29%

 BLUE value IS 67 (26.56% from 255) = 15.55%

R = 30.16%
G = 54.29%
B = 15.55%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.71

 K value IS 0.08

RGB Variations

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

Color information

#82EA43 (or 0x82EA43) is known color: Atlantis. HEX triplet: 82, EA and 43. RGB value is (130,234,67). Sum of RGB (Red+Green+Blue) = 130+234+67=431 (57% of max value = 765). Red value is 130 (51.17% from 255 or 30.16% from 431); Green value is 234 (91.80% from 255 or 54.29% from 431); Blue value is 67 (26.56% from 255 or 15.55% from 431); Max value from RGB is 234 - color contains mainly: green. Hex color #82EA43 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #82EA43 is #7D15BC. Grayscale: #B8B8B8. Windows color (decimal): -8197565 or 4450946. OLE color: 4450946.

HSL color Cylindrical-coordinate representation of color #82EA43: hue angle of 97.37º degrees, saturation: 0.8, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #82EA43 is Cyan = 0.44, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.08.

Color convert

RGB 130 234 67 -
CMYK 0.44 0 0.71 0.08
HSL 97.37º 0.8% 0.59% -
HSV(B) 97.37º 0.71% 0.92% -
XYZ 39.64 64 15.57 -
YUV 183.87 62.04 89.58 -
System Red Green Blue C M Y K H S L
Decimal 130 234 67 0.44 0 0.71 0.08 97.37 0.8 0.59
Hex 82 EA 43 2C 0 47 8 61 50 3B
Octal 202 352 103 54 0 107 10 141 120 73
Binary 10000010 11101010 1000011 101100 0 1000111 1000 1100001 1010000 111011

Color Harmonies of #82EA43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82EA43

Black with #82EA43

Text Example


Text Example

White with #82EA43

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,234,67); }

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

background-color css

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

 a { background-color: rgb(130,234,67); }

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

border-color css

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

 span { border-color: rgb(130,234,67); }

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