#82F32D

Color #82F32D Lawn Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lawn Green #82F32D

Tints of Lawn Green #82F32D

Color information

#82F32D (or 0x82F32D) is unknown color: approx Lawn Green. HEX triplet: 82, F3 and 2D. RGB value is (130,243,45). Sum of RGB (Red+Green+Blue) = 130+243+45=418 (55% of max value = 765). Red value is 130 (51.17% from 255 or 31.10% from 418); Green value is 243 (95.31% from 255 or 58.13% from 418); Blue value is 45 (17.97% from 255 or 10.77% from 418); Max value from RGB is 243 - color contains mainly: green. Hex color #82F32D is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #82F32D is #7D0CD2. Grayscale: #BBBBBB. Windows color (decimal): -8195283 or 3011458. OLE color: 3011458.

HSL color Cylindrical-coordinate representation of color #82F32D: hue angle of 94.24º degrees, saturation: 0.89, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #82F32D is Cyan = 0.47, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.05.

Color convert

RGB13024345-
CMYK0.4700.810.05
HSL94.24º89.19%56.47%-
HSV(B)94.24º81.48%95.29%-
XYZ41.7369.0413.61-
YUV186.6448.0687.6-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 31.10%
GREEN value IS 243 (95.31% from 255) = 58.13%
BLUE value IS 45 (17.97% from 255) = 10.77%
R=31.10%
G=58.13%
B=10.77%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal130243450.4700.810.0594.2489.1956.47
Hex82F32D2F05155e5938
Octal20236355570121513613170
Binary10000010111100111011011011110101000110110111101011001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82F32D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,243,45); }

 H1.HeaderClassName
 {
   color: #82F32D;
 }
 .AnyTagClassName
 {
   color: #82F32D;
 }
</style>
background-color css

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

 a { background-color: rgb(130,243,45); }

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

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

 span { border-color: rgb(130,243,45); }

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