Html Css Color HEX #82D743 Atlantis

📋 copy color: '#82D743'

red 130 ◦ green 215 ◦ blue 67

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

Shades of Atlantis #82D743

Tints of Atlantis #82D743

RGB

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

 GREEN value IS 215 (84.38% from 255) = 52.18%

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

R = 31.55%
G = 52.18%
B = 16.26%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.69

 K value IS 0.16

RGB Variations

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

Color information

#82D743 (or 0x82D743) is known color: Atlantis. HEX triplet: 82, D7 and 43. RGB value is (130,215,67). Sum of RGB (Red+Green+Blue) = 130+215+67=412 (54% of max value = 765). Red value is 130 (51.17% from 255 or 31.55% from 412); Green value is 215 (84.38% from 255 or 52.18% from 412); Blue value is 67 (26.56% from 255 or 16.26% from 412); Max value from RGB is 215 - color contains mainly: green. Hex color #82D743 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #82D743 is #7D28BC. Grayscale: #ADADAD. Windows color (decimal): -8202429 or 4446082. OLE color: 4446082.

HSL color Cylindrical-coordinate representation of color #82D743: hue angle of 94.46º degrees, saturation: 0.65, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #82D743 is Cyan = 0.40, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.16.

Color convert

RGB 130 215 67 -
CMYK 0.40 0 0.69 0.16
HSL 94.46º 0.65% 0.55% -
HSV(B) 94.46º 0.69% 0.84% -
XYZ 34.52 53.75 13.87 -
YUV 172.71 68.34 97.53 -
System Red Green Blue C M Y K H S L
Decimal 130 215 67 0.40 0 0.69 0.16 94.46 0.65 0.55
Hex 82 D7 43 28 0 45 10 5E 41 37
Octal 202 327 103 50 0 105 20 136 101 67
Binary 10000010 11010111 1000011 101000 0 1000101 10000 1011110 1000001 110111

Color Harmonies of #82D743

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82D743

Black with #82D743

Text Example


Text Example

White with #82D743

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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