Html Css Color HEX #82CD16 Lima

📋 copy color: '#82CD16'

red 130 ◦ green 205 ◦ blue 22

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

Shades of Lima #82CD16

Tints of Lima #82CD16

RGB

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

 GREEN value IS 205 (80.47% from 255) = 57.42%

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

R = 36.41%
G = 57.42%
B = 6.16%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.89

 K value IS 0.20

RGB Variations

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

Color information

#82CD16 (or 0x82CD16) is known color: Lima. HEX triplet: 82, CD and 16. RGB value is (130,205,22). Sum of RGB (Red+Green+Blue) = 130+205+22=357 (47% of max value = 765). Red value is 130 (51.17% from 255 or 36.41% from 357); Green value is 205 (80.47% from 255 or 57.42% from 357); Blue value is 22 (8.98% from 255 or 6.16% from 357); Max value from RGB is 205 - color contains mainly: green. Hex color #82CD16 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #82CD16 is #7D32E9. Grayscale: #A2A2A2. Windows color (decimal): -8205034 or 1494402. OLE color: 1494402.

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

Color convert

RGB 130 205 22 -
CMYK 0.37 0 0.89 0.20
HSL 84.59º 0.81% 0.45% -
HSV(B) 84.59º 0.89% 0.8% -
XYZ 31.18 48.47 8.47 -
YUV 161.71 49.15 105.38 -
System Red Green Blue C M Y K H S L
Decimal 130 205 22 0.37 0 0.89 0.20 84.59 0.81 0.45
Hex 82 CD 16 25 0 59 14 55 51 2D
Octal 202 315 26 45 0 131 24 125 121 55
Binary 10000010 11001101 10110 100101 0 1011001 10100 1010101 1010001 101101

Color Harmonies of #82CD16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82CD16

Black with #82CD16

Text Example


Text Example

White with #82CD16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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