Html Css Color HEX #82F608 Lawn Green

📋 copy color: '#82F608'

red 130 ◦ green 246 ◦ blue 8

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

Shades of Lawn Green #82F608

Tints of Lawn Green #82F608

RGB

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

 GREEN value IS 246 (96.48% from 255) = 64.06%

 BLUE value IS 8 (3.52% from 255) = 2.08%

R = 33.85%
G = 64.06%
B = 2.08%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.97

 K value IS 0.04

RGB Variations

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

Color information

#82F608 (or 0x82F608) is known color: Lawn Green. HEX triplet: 82, F6 and 08. RGB value is (130,246,8). Sum of RGB (Red+Green+Blue) = 130+246+8=384 (50% of max value = 765). Red value is 130 (51.17% from 255 or 33.85% from 384); Green value is 246 (96.48% from 255 or 64.06% from 384); Blue value is 8 (3.52% from 255 or 2.08% from 384); Max value from RGB is 246 - color contains mainly: green. Hex color #82F608 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #82F608 is #7D09F7. Grayscale: #B9B9B9. Windows color (decimal): -8194552 or 587394. OLE color: 587394.

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

Color convert

RGB 130 246 8 -
CMYK 0.47 0 0.97 0.04
HSL 89.24º 0.94% 0.5% -
HSV(B) 89.24º 0.97% 0.96% -
XYZ 42.21 70.67 11.65 -
YUV 184.18 28.57 89.35 -
System Red Green Blue C M Y K H S L
Decimal 130 246 8 0.47 0 0.97 0.04 89.24 0.94 0.5
Hex 82 F6 8 2F 0 61 4 59 5E 32
Octal 202 366 10 57 0 141 4 131 136 62
Binary 10000010 11110110 1000 101111 0 1100001 100 1011001 1011110 110010

Color Harmonies of #82F608

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82F608

Black with #82F608

Text Example


Text Example

White with #82F608

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,246,8); }

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

background-color css

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

 a { background-color: rgb(130,246,8); }

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

border-color css

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

 span { border-color: rgb(130,246,8); }

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