Html Css Color HEX #82DF8D Light Green

📋 copy color: '#82DF8D'

red 130 ◦ green 223 ◦ blue 141

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

Shades of Light Green #82DF8D

Tints of Light Green #82DF8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 28.54%

R = 26.32%
G = 45.14%
B = 28.54%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.37

 K value IS 0.13

RGB Variations

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

Color information

#82DF8D (or 0x82DF8D) is known color: Light Green. HEX triplet: 82, DF and 8D. RGB value is (130,223,141). Sum of RGB (Red+Green+Blue) = 130+223+141=494 (65% of max value = 765). Red value is 130 (51.17% from 255 or 26.32% from 494); Green value is 223 (87.5% from 255 or 45.14% from 494); Blue value is 141 (55.47% from 255 or 28.54% from 494); Max value from RGB is 223 - color contains mainly: green. Hex color #82DF8D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #82DF8D is #7D2072. Grayscale: #BABABA. Windows color (decimal): -8200307 or 9297794. OLE color: 9297794.

HSL color Cylindrical-coordinate representation of color #82DF8D: hue angle of 127.1º degrees, saturation: 0.59, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #82DF8D is Cyan = 0.42, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.13.

Color convert

RGB 130 223 141 -
CMYK 0.42 0 0.37 0.13
HSL 127.1º 0.59% 0.69% -
HSV(B) 127.1º 0.42% 0.87% -
XYZ 40.4 59.44 34.54 -
YUV 185.85 102.69 88.17 -
System Red Green Blue C M Y K H S L
Decimal 130 223 141 0.42 0 0.37 0.13 127.1 0.59 0.69
Hex 82 DF 8D 2A 0 25 D 7F 3B 45
Octal 202 337 215 52 0 45 15 177 73 105
Binary 10000010 11011111 10001101 101010 0 100101 1101 1111111 111011 1000101

Color Harmonies of #82DF8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82DF8D

Black with #82DF8D

Text Example


Text Example

White with #82DF8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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