Html Css Color HEX #82F504 Lawn Green

📋 copy color: '#82F504'

red 130 ◦ green 245 ◦ blue 4

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

Shades of Lawn Green #82F504

Tints of Lawn Green #82F504

RGB

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

 GREEN value IS 245 (96.09% from 255) = 64.64%

 BLUE value IS 4 (1.95% from 255) = 1.06%

R = 34.3%
G = 64.64%
B = 1.06%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.98

 K value IS 0.04

RGB Variations

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

Color information

#82F504 (or 0x82F504) is known color: Lawn Green. HEX triplet: 82, F5 and 04. RGB value is (130,245,4). Sum of RGB (Red+Green+Blue) = 130+245+4=379 (50% of max value = 765). Red value is 130 (51.17% from 255 or 34.30% from 379); Green value is 245 (96.09% from 255 or 64.64% from 379); Blue value is 4 (1.95% from 255 or 1.06% from 379); Max value from RGB is 245 - color contains mainly: green. Hex color #82F504 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #82F504 is #7D0AFB. Grayscale: #B7B7B7. Windows color (decimal): -8194812 or 324994. OLE color: 324994.

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

Color convert

RGB 130 245 4 -
CMYK 0.47 0 0.98 0.04
HSL 88.63º 0.97% 0.49% -
HSV(B) 88.63º 0.98% 0.96% -
XYZ 41.88 70.06 11.43 -
YUV 183.14 26.9 90.1 -
System Red Green Blue C M Y K H S L
Decimal 130 245 4 0.47 0 0.98 0.04 88.63 0.97 0.49
Hex 82 F5 4 2F 0 62 4 59 61 31
Octal 202 365 4 57 0 142 4 131 141 61
Binary 10000010 11110101 100 101111 0 1100010 100 1011001 1100001 110001

Color Harmonies of #82F504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82F504

Black with #82F504

Text Example


Text Example

White with #82F504

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,245,4); }

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

background-color css

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

 a { background-color: rgb(130,245,4); }

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

border-color css

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

 span { border-color: rgb(130,245,4); }

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