Html Css Color HEX #82F609 Lawn Green

📋 copy color: '#82F609'

red 130 ◦ green 246 ◦ blue 9

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

Shades of Lawn Green #82F609

Tints of Lawn Green #82F609

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 2.34%

R = 33.77%
G = 63.9%
B = 2.34%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.96

 K value IS 0.04

RGB Variations

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

Color information

#82F609 (or 0x82F609) is known color: Lawn Green. HEX triplet: 82, F6 and 09. RGB value is (130,246,9). Sum of RGB (Red+Green+Blue) = 130+246+9=385 (50% of max value = 765). Red value is 130 (51.17% from 255 or 33.77% from 385); Green value is 246 (96.48% from 255 or 63.90% from 385); Blue value is 9 (3.91% from 255 or 2.34% from 385); Max value from RGB is 246 - color contains mainly: green. Hex color #82F609 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #82F609 is #7D09F6. Grayscale: #B9B9B9. Windows color (decimal): -8194551 or 652930. OLE color: 652930.

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

Color convert

RGB 130 246 9 -
CMYK 0.47 0 0.96 0.04
HSL 89.37º 0.93% 0.5% -
HSV(B) 89.37º 0.96% 0.96% -
XYZ 42.21 70.68 11.68 -
YUV 184.3 29.07 89.27 -
System Red Green Blue C M Y K H S L
Decimal 130 246 9 0.47 0 0.96 0.04 89.37 0.93 0.5
Hex 82 F6 9 2F 0 60 4 59 5D 32
Octal 202 366 11 57 0 140 4 131 135 62
Binary 10000010 11110110 1001 101111 0 1100000 100 1011001 1011101 110010

Color Harmonies of #82F609

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82F609

Black with #82F609

Text Example


Text Example

White with #82F609

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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