Html Css Color HEX #82C214 Lima

📋 copy color: '#82C214'

red 130 ◦ green 194 ◦ blue 20

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

Shades of Lima #82C214

Tints of Lima #82C214

RGB

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

 GREEN value IS 194 (76.17% from 255) = 56.4%

 BLUE value IS 20 (8.2% from 255) = 5.81%

R = 37.79%
G = 56.4%
B = 5.81%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.90

 K value IS 0.24

RGB Variations

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

Color information

#82C214 (or 0x82C214) is known color: Lima. HEX triplet: 82, C2 and 14. RGB value is (130,194,20). Sum of RGB (Red+Green+Blue) = 130+194+20=344 (45% of max value = 765). Red value is 130 (51.17% from 255 or 37.79% from 344); Green value is 194 (76.17% from 255 or 56.40% from 344); Blue value is 20 (8.20% from 255 or 5.81% from 344); Max value from RGB is 194 - color contains mainly: green. Hex color #82C214 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #82C214 is #7D3DEB. Grayscale: #9B9B9B. Windows color (decimal): -8207852 or 1360514. OLE color: 1360514.

HSL color Cylindrical-coordinate representation of color #82C214: hue angle of 82.07º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #82C214 is Cyan = 0.33, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.24.

Color convert

RGB 130 194 20 -
CMYK 0.33 0 0.90 0.24
HSL 82.07º 0.81% 0.42% -
HSV(B) 82.07º 0.9% 0.76% -
XYZ 28.62 43.38 7.53 -
YUV 155.03 51.8 110.15 -
System Red Green Blue C M Y K H S L
Decimal 130 194 20 0.33 0 0.90 0.24 82.07 0.81 0.42
Hex 82 C2 14 21 0 5A 18 52 51 2A
Octal 202 302 24 41 0 132 30 122 121 52
Binary 10000010 11000010 10100 100001 0 1011010 11000 1010010 1010001 101010

Color Harmonies of #82C214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82C214

Black with #82C214

Text Example


Text Example

White with #82C214

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,194,20); }

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

background-color css

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

 a { background-color: rgb(130,194,20); }

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

border-color css

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

 span { border-color: rgb(130,194,20); }

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