Html Css Color HEX #82DF94 Light Green

📋 copy color: '#82DF94'

red 130 ◦ green 223 ◦ blue 148

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

Shades of Light Green #82DF94

Tints of Light Green #82DF94

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 29.54%

R = 25.95%
G = 44.51%
B = 29.54%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.34

 K value IS 0.13

RGB Variations

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

Color information

#82DF94 (or 0x82DF94) is known color: Light Green. HEX triplet: 82, DF and 94. RGB value is (130,223,148). Sum of RGB (Red+Green+Blue) = 130+223+148=501 (66% of max value = 765). Red value is 130 (51.17% from 255 or 25.95% from 501); Green value is 223 (87.5% from 255 or 44.51% from 501); Blue value is 148 (58.20% from 255 or 29.54% from 501); Max value from RGB is 223 - color contains mainly: green. Hex color #82DF94 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #82DF94 is #7D206B. Grayscale: #BABABA. Windows color (decimal): -8200300 or 9756546. OLE color: 9756546.

HSL color Cylindrical-coordinate representation of color #82DF94: hue angle of 131.61º 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 #82DF94 is Cyan = 0.42, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.13.

Color convert

RGB 130 223 148 -
CMYK 0.42 0 0.34 0.13
HSL 131.61º 0.59% 0.69% -
HSV(B) 131.61º 0.42% 0.87% -
XYZ 40.94 59.66 37.37 -
YUV 186.64 106.19 87.6 -
System Red Green Blue C M Y K H S L
Decimal 130 223 148 0.42 0 0.34 0.13 131.61 0.59 0.69
Hex 82 DF 94 2A 0 22 D 84 3B 45
Octal 202 337 224 52 0 42 15 204 73 105
Binary 10000010 11011111 10010100 101010 0 100010 1101 10000100 111011 1000101

Color Harmonies of #82DF94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82DF94

Black with #82DF94

Text Example


Text Example

White with #82DF94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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