Html Css Color HEX #82F221 Lawn Green

📋 copy color: '#82F221'

red 130 ◦ green 242 ◦ blue 33

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

Shades of Lawn Green #82F221

Tints of Lawn Green #82F221

RGB

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

 GREEN value IS 242 (94.92% from 255) = 59.75%

 BLUE value IS 33 (13.28% from 255) = 8.15%

R = 32.1%
G = 59.75%
B = 8.15%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.86

 K value IS 0.05

RGB Variations

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

Color information

#82F221 (or 0x82F221) is known color: Lawn Green. HEX triplet: 82, F2 and 21. RGB value is (130,242,33). Sum of RGB (Red+Green+Blue) = 130+242+33=405 (53% of max value = 765). Red value is 130 (51.17% from 255 or 32.10% from 405); Green value is 242 (94.92% from 255 or 59.75% from 405); Blue value is 33 (13.28% from 255 or 8.15% from 405); Max value from RGB is 242 - color contains mainly: green. Hex color #82F221 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #82F221 is #7D0DDE. Grayscale: #B9B9B9. Windows color (decimal): -8195551 or 2224770. OLE color: 2224770.

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

Color convert

RGB 130 242 33 -
CMYK 0.46 0 0.86 0.05
HSL 92.15º 0.89% 0.54% -
HSV(B) 92.15º 0.86% 0.95% -
XYZ 41.23 68.36 12.46 -
YUV 184.69 42.39 88.99 -
System Red Green Blue C M Y K H S L
Decimal 130 242 33 0.46 0 0.86 0.05 92.15 0.89 0.54
Hex 82 F2 21 2E 0 56 5 5C 59 36
Octal 202 362 41 56 0 126 5 134 131 66
Binary 10000010 11110010 100001 101110 0 1010110 101 1011100 1011001 110110

Color Harmonies of #82F221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82F221

Black with #82F221

Text Example


Text Example

White with #82F221

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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