Html Css Color HEX #82DF90 Light Green

📋 copy color: '#82DF90'

red 130 ◦ green 223 ◦ blue 144

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

Shades of Light Green #82DF90

Tints of Light Green #82DF90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 28.97%

R = 26.16%
G = 44.87%
B = 28.97%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.35

 K value IS 0.13

RGB Variations

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

Color information

#82DF90 (or 0x82DF90) is known color: Light Green. HEX triplet: 82, DF and 90. RGB value is (130,223,144). Sum of RGB (Red+Green+Blue) = 130+223+144=497 (65% of max value = 765). Red value is 130 (51.17% from 255 or 26.16% from 497); Green value is 223 (87.5% from 255 or 44.87% from 497); Blue value is 144 (56.64% from 255 or 28.97% from 497); Max value from RGB is 223 - color contains mainly: green. Hex color #82DF90 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #82DF90 is #7D206F. Grayscale: #BABABA. Windows color (decimal): -8200304 or 9494402. OLE color: 9494402.

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

Color convert

RGB 130 223 144 -
CMYK 0.42 0 0.35 0.13
HSL 129.03º 0.59% 0.69% -
HSV(B) 129.03º 0.42% 0.87% -
XYZ 40.63 59.53 35.74 -
YUV 186.19 104.19 87.92 -
System Red Green Blue C M Y K H S L
Decimal 130 223 144 0.42 0 0.35 0.13 129.03 0.59 0.69
Hex 82 DF 90 2A 0 23 D 81 3B 45
Octal 202 337 220 52 0 43 15 201 73 105
Binary 10000010 11011111 10010000 101010 0 100011 1101 10000001 111011 1000101

Color Harmonies of #82DF90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82DF90

Black with #82DF90

Text Example


Text Example

White with #82DF90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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