Html Css Color HEX #82F788 Light Green

📋 copy color: '#82F788'

red 130 ◦ green 247 ◦ blue 136

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

Shades of Light Green #82F788

Tints of Light Green #82F788

RGB

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

 GREEN value IS 247 (96.88% from 255) = 48.15%

 BLUE value IS 136 (53.52% from 255) = 26.51%

R = 25.34%
G = 48.15%
B = 26.51%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.45

 K value IS 0.03

RGB Variations

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

Color information

#82F788 (or 0x82F788) is known color: Light Green. HEX triplet: 82, F7 and 88. RGB value is (130,247,136). Sum of RGB (Red+Green+Blue) = 130+247+136=513 (67% of max value = 765). Red value is 130 (51.17% from 255 or 25.34% from 513); Green value is 247 (96.88% from 255 or 48.15% from 513); Blue value is 136 (53.52% from 255 or 26.51% from 513); Max value from RGB is 247 - color contains mainly: green. Hex color #82F788 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #82F788 is #7D0877. Grayscale: #C7C7C7. Windows color (decimal): -8194168 or 8976258. OLE color: 8976258.

HSL color Cylindrical-coordinate representation of color #82F788: hue angle of 123.08º degrees, saturation: 0.88, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #82F788 is Cyan = 0.47, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.03.

Color convert

RGB 130 247 136 -
CMYK 0.47 0 0.45 0.03
HSL 123.08º 0.88% 0.74% -
HSV(B) 123.08º 0.47% 0.97% -
XYZ 46.91 73.04 34.92 -
YUV 199.36 92.24 78.53 -
System Red Green Blue C M Y K H S L
Decimal 130 247 136 0.47 0 0.45 0.03 123.08 0.88 0.74
Hex 82 F7 88 2F 0 2D 3 7B 58 4A
Octal 202 367 210 57 0 55 3 173 130 112
Binary 10000010 11110111 10001000 101111 0 101101 11 1111011 1011000 1001010

Color Harmonies of #82F788

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82F788

Black with #82F788

Text Example


Text Example

White with #82F788

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,247,136); }

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

background-color css

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

 a { background-color: rgb(130,247,136); }

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

border-color css

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

 span { border-color: rgb(130,247,136); }

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