Html Css Color HEX #82DF43 Atlantis

📋 copy color: '#82DF43'

red 130 ◦ green 223 ◦ blue 67

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

Shades of Atlantis #82DF43

Tints of Atlantis #82DF43

RGB

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

 GREEN value IS 223 (87.5% from 255) = 53.1%

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

R = 30.95%
G = 53.1%
B = 15.95%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.70

 K value IS 0.13

RGB Variations

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

Color information

#82DF43 (or 0x82DF43) is known color: Atlantis. HEX triplet: 82, DF and 43. RGB value is (130,223,67). Sum of RGB (Red+Green+Blue) = 130+223+67=420 (55% of max value = 765). Red value is 130 (51.17% from 255 or 30.95% from 420); Green value is 223 (87.5% from 255 or 53.10% from 420); Blue value is 67 (26.56% from 255 or 15.95% from 420); Max value from RGB is 223 - color contains mainly: green. Hex color #82DF43 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #82DF43 is #7D20BC. Grayscale: #B1B1B1. Windows color (decimal): -8200381 or 4448130. OLE color: 4448130.

HSL color Cylindrical-coordinate representation of color #82DF43: hue angle of 95.77º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #82DF43 is Cyan = 0.42, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.13.

Color convert

RGB 130 223 67 -
CMYK 0.42 0 0.70 0.13
HSL 95.77º 0.71% 0.57% -
HSV(B) 95.77º 0.7% 0.87% -
XYZ 36.61 57.93 14.56 -
YUV 177.41 65.69 94.18 -
System Red Green Blue C M Y K H S L
Decimal 130 223 67 0.42 0 0.70 0.13 95.77 0.71 0.57
Hex 82 DF 43 2A 0 46 D 60 47 39
Octal 202 337 103 52 0 106 15 140 107 71
Binary 10000010 11011111 1000011 101010 0 1000110 1101 1100000 1000111 111001

Color Harmonies of #82DF43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82DF43

Black with #82DF43

Text Example


Text Example

White with #82DF43

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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