Html Css Color HEX #82DC43 Atlantis

📋 copy color: '#82DC43'

red 130 ◦ green 220 ◦ blue 67

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

Shades of Atlantis #82DC43

Tints of Atlantis #82DC43

RGB

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

 GREEN value IS 220 (86.33% from 255) = 52.76%

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

R = 31.18%
G = 52.76%
B = 16.07%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.70

 K value IS 0.14

RGB Variations

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

Color information

#82DC43 (or 0x82DC43) is known color: Atlantis. HEX triplet: 82, DC and 43. RGB value is (130,220,67). Sum of RGB (Red+Green+Blue) = 130+220+67=417 (55% of max value = 765). Red value is 130 (51.17% from 255 or 31.18% from 417); Green value is 220 (86.33% from 255 or 52.76% from 417); Blue value is 67 (26.56% from 255 or 16.07% from 417); Max value from RGB is 220 - color contains mainly: green. Hex color #82DC43 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #82DC43 is #7D23BC. Grayscale: #B0B0B0. Windows color (decimal): -8201149 or 4447362. OLE color: 4447362.

HSL color Cylindrical-coordinate representation of color #82DC43: hue angle of 95.29º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #82DC43 is Cyan = 0.41, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.14.

Color convert

RGB 130 220 67 -
CMYK 0.41 0 0.70 0.14
HSL 95.29º 0.69% 0.56% -
HSV(B) 95.29º 0.7% 0.86% -
XYZ 35.81 56.34 14.3 -
YUV 175.65 66.68 95.44 -
System Red Green Blue C M Y K H S L
Decimal 130 220 67 0.41 0 0.70 0.14 95.29 0.69 0.56
Hex 82 DC 43 29 0 46 E 5F 45 38
Octal 202 334 103 51 0 106 16 137 105 70
Binary 10000010 11011100 1000011 101001 0 1000110 1110 1011111 1000101 111000

Color Harmonies of #82DC43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82DC43

Black with #82DC43

Text Example


Text Example

White with #82DC43

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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