Html Css Color HEX #82DF96 Light Green

📋 copy color: '#82DF96'

red 130 ◦ green 223 ◦ blue 150

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

Shades of Light Green #82DF96

Tints of Light Green #82DF96

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 29.82%

R = 25.84%
G = 44.33%
B = 29.82%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.33

 K value IS 0.13

RGB Variations

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

Color information

#82DF96 (or 0x82DF96) is known color: Light Green. HEX triplet: 82, DF and 96. RGB value is (130,223,150). Sum of RGB (Red+Green+Blue) = 130+223+150=503 (66% of max value = 765). Red value is 130 (51.17% from 255 or 25.84% from 503); Green value is 223 (87.5% from 255 or 44.33% from 503); Blue value is 150 (58.98% from 255 or 29.82% from 503); Max value from RGB is 223 - color contains mainly: green. Hex color #82DF96 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #82DF96 is #7D2069. Grayscale: #BBBBBB. Windows color (decimal): -8200298 or 9887618. OLE color: 9887618.

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

Color convert

RGB 130 223 150 -
CMYK 0.42 0 0.33 0.13
HSL 132.9º 0.59% 0.69% -
HSV(B) 132.9º 0.42% 0.87% -
XYZ 41.1 59.72 38.22 -
YUV 186.87 107.19 87.44 -
System Red Green Blue C M Y K H S L
Decimal 130 223 150 0.42 0 0.33 0.13 132.9 0.59 0.69
Hex 82 DF 96 2A 0 21 D 85 3B 45
Octal 202 337 226 52 0 41 15 205 73 105
Binary 10000010 11011111 10010110 101010 0 100001 1101 10000101 111011 1000101

Color Harmonies of #82DF96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82DF96

Black with #82DF96

Text Example


Text Example

White with #82DF96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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