Html Css Color HEX #82F925 Lawn Green

📋 copy color: '#82F925'

red 130 ◦ green 249 ◦ blue 37

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

Shades of Lawn Green #82F925

Tints of Lawn Green #82F925

RGB

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

 GREEN value IS 249 (97.66% from 255) = 59.86%

 BLUE value IS 37 (14.84% from 255) = 8.89%

R = 31.25%
G = 59.86%
B = 8.89%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.85

 K value IS 0.02

RGB Variations

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

Color information

#82F925 (or 0x82F925) is known color: Lawn Green. HEX triplet: 82, F9 and 25. RGB value is (130,249,37). Sum of RGB (Red+Green+Blue) = 130+249+37=416 (55% of max value = 765). Red value is 130 (51.17% from 255 or 31.25% from 416); Green value is 249 (97.66% from 255 or 59.86% from 416); Blue value is 37 (14.84% from 255 or 8.89% from 416); Max value from RGB is 249 - color contains mainly: green. Hex color #82F925 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #82F925 is #7D06DA. Grayscale: #BDBDBD. Windows color (decimal): -8193755 or 2488706. OLE color: 2488706.

HSL color Cylindrical-coordinate representation of color #82F925: hue angle of 93.68º degrees, saturation: 0.95, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #82F925 is Cyan = 0.48, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.02.

Color convert

RGB 130 249 37 -
CMYK 0.48 0 0.85 0.02
HSL 93.68º 0.95% 0.56% -
HSV(B) 93.68º 0.85% 0.98% -
XYZ 43.42 72.63 13.48 -
YUV 189.25 42.08 85.74 -
System Red Green Blue C M Y K H S L
Decimal 130 249 37 0.48 0 0.85 0.02 93.68 0.95 0.56
Hex 82 F9 25 30 0 55 2 5E 5F 38
Octal 202 371 45 60 0 125 2 136 137 70
Binary 10000010 11111001 100101 110000 0 1010101 10 1011110 1011111 111000

Color Harmonies of #82F925

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82F925

Black with #82F925

Text Example


Text Example

White with #82F925

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,249,37); }

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

background-color css

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

 a { background-color: rgb(130,249,37); }

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

border-color css

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

 span { border-color: rgb(130,249,37); }

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