Html Css Color HEX #82F78F Light Green

📋 copy color: '#82F78F'

red 130 ◦ green 247 ◦ blue 143

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

Shades of Light Green #82F78F

Tints of Light Green #82F78F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 27.5%

R = 25%
G = 47.5%
B = 27.5%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.42

 K value IS 0.03

RGB Variations

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

Color information

#82F78F (or 0x82F78F) is known color: Light Green. HEX triplet: 82, F7 and 8F. RGB value is (130,247,143). Sum of RGB (Red+Green+Blue) = 130+247+143=520 (68% of max value = 765). Red value is 130 (51.17% from 255 or 25% from 520); Green value is 247 (96.88% from 255 or 47.5% from 520); Blue value is 143 (56.25% from 255 or 27.5% from 520); Max value from RGB is 247 - color contains mainly: green. Hex color #82F78F is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #82F78F is #7D0870. Grayscale: #C8C8C8. Windows color (decimal): -8194161 or 9435010. OLE color: 9435010.

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

Color convert

RGB 130 247 143 -
CMYK 0.47 0 0.42 0.03
HSL 126.67º 0.88% 0.74% -
HSV(B) 126.67º 0.47% 0.97% -
XYZ 47.42 73.25 37.63 -
YUV 200.16 95.74 77.96 -
System Red Green Blue C M Y K H S L
Decimal 130 247 143 0.47 0 0.42 0.03 126.67 0.88 0.74
Hex 82 F7 8F 2F 0 2A 3 7F 58 4A
Octal 202 367 217 57 0 52 3 177 130 112
Binary 10000010 11110111 10001111 101111 0 101010 11 1111111 1011000 1001010

Color Harmonies of #82F78F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82F78F

Black with #82F78F

Text Example


Text Example

White with #82F78F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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