Html Css Color HEX #82F706 Lawn Green

📋 copy color: '#82F706'

red 130 ◦ green 247 ◦ blue 6

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

Shades of Lawn Green #82F706

Tints of Lawn Green #82F706

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 1.57%

R = 33.94%
G = 64.49%
B = 1.57%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.98

 K value IS 0.03

RGB Variations

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

Color information

#82F706 (or 0x82F706) is known color: Lawn Green. HEX triplet: 82, F7 and 06. RGB value is (130,247,6). Sum of RGB (Red+Green+Blue) = 130+247+6=383 (50% of max value = 765). Red value is 130 (51.17% from 255 or 33.94% from 383); Green value is 247 (96.88% from 255 or 64.49% from 383); Blue value is 6 (2.73% from 255 or 1.57% from 383); Max value from RGB is 247 - color contains mainly: green. Hex color #82F706 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #82F706 is #7D08F9. Grayscale: #B9B9B9. Windows color (decimal): -8194298 or 456578. OLE color: 456578.

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

Color convert

RGB 130 247 6 -
CMYK 0.47 0 0.98 0.03
HSL 89.13º 0.95% 0.5% -
HSV(B) 89.13º 0.98% 0.97% -
XYZ 42.5 71.28 11.69 -
YUV 184.54 27.24 89.1 -
System Red Green Blue C M Y K H S L
Decimal 130 247 6 0.47 0 0.98 0.03 89.13 0.95 0.5
Hex 82 F7 6 2F 0 62 3 59 5F 32
Octal 202 367 6 57 0 142 3 131 137 62
Binary 10000010 11110111 110 101111 0 1100010 11 1011001 1011111 110010

Color Harmonies of #82F706

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82F706

Black with #82F706

Text Example


Text Example

White with #82F706

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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