Html Css Color HEX #82CC16 Lima

📋 copy color: '#82CC16'

red 130 ◦ green 204 ◦ blue 22

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

Shades of Lima #82CC16

Tints of Lima #82CC16

RGB

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

 GREEN value IS 204 (80.08% from 255) = 57.3%

 BLUE value IS 22 (8.98% from 255) = 6.18%

R = 36.52%
G = 57.3%
B = 6.18%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.89

 K value IS 0.2

RGB Variations

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

Color information

#82CC16 (or 0x82CC16) is known color: Lima. HEX triplet: 82, CC and 16. RGB value is (130,204,22). Sum of RGB (Red+Green+Blue) = 130+204+22=356 (47% of max value = 765). Red value is 130 (51.17% from 255 or 36.52% from 356); Green value is 204 (80.08% from 255 or 57.30% from 356); Blue value is 22 (8.98% from 255 or 6.18% from 356); Max value from RGB is 204 - color contains mainly: green. Hex color #82CC16 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #82CC16 is #7D33E9. Grayscale: #A1A1A1. Windows color (decimal): -8205290 or 1494146. OLE color: 1494146.

HSL color Cylindrical-coordinate representation of color #82CC16: hue angle of 84.4º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #82CC16 is Cyan = 0.36, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.2.

Color convert

RGB 130 204 22 -
CMYK 0.36 0 0.89 0.2
HSL 84.4º 0.81% 0.44% -
HSV(B) 84.4º 0.89% 0.8% -
XYZ 30.94 47.99 8.39 -
YUV 161.13 49.48 105.8 -
System Red Green Blue C M Y K H S L
Decimal 130 204 22 0.36 0 0.89 0.2 84.4 0.81 0.44
Hex 82 CC 16 24 0 59 14 54 51 2C
Octal 202 314 26 44 0 131 24 124 121 54
Binary 10000010 11001100 10110 100100 0 1011001 10100 1010100 1010001 101100

Color Harmonies of #82CC16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82CC16

Black with #82CC16

Text Example


Text Example

White with #82CC16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,204,22); }

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

background-color css

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

 a { background-color: rgb(130,204,22); }

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

border-color css

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

 span { border-color: rgb(130,204,22); }

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