#82E921

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

Shades of Lawn Green #82E921

Tints of Lawn Green #82E921

Color information

#82E921 (or 0x82E921) is unknown color: approx Lawn Green. HEX triplet: 82, E9 and 21. RGB value is (130,233,33). Sum of RGB (Red+Green+Blue) = 130+233+33=396 (52% of max value = 765). Red value is 130 (51.17% from 255 or 32.83% from 396); Green value is 233 (91.41% from 255 or 58.84% from 396); Blue value is 33 (13.28% from 255 or 8.33% from 396); Max value from RGB is 233 - color contains mainly: green. Hex color #82E921 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #82E921 is #7D16DE. Grayscale: #B4B4B4. Windows color (decimal): -8197855 or 2222466. OLE color: 2222466.

HSL color Cylindrical-coordinate representation of color #82E921: hue angle of 90.9º degrees, saturation: 0.82, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #82E921 is Cyan = 0.44, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.09.

Color convert

RGB13023333-
CMYK0.4400.860.09
HSL90.9º81.97%52.16%-
HSV(B)90.9º85.84%91.37%-
XYZ38.6263.1311.59-
YUV179.445.3892.76-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 32.83%
GREEN value IS 233 (91.41% from 255) = 58.84%
BLUE value IS 33 (13.28% from 255) = 8.33%
R=32.83%
G=58.84%
B=8.33%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal130233330.4400.860.0990.981.9752.16
Hex82E9212C05695b5234
Octal202351415401261113312264
Binary100000101110100110000110110001010110100110110111010010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82E921

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,233,33); }

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

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

 a { background-color: rgb(130,233,33); }

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

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

 span { border-color: rgb(130,233,33); }

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