Html Css Color HEX #82CD11 Lima

📋 copy color: '#82CD11'

red 130 ◦ green 205 ◦ blue 17

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

Shades of Lima #82CD11

Tints of Lima #82CD11

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 4.83%

R = 36.93%
G = 58.24%
B = 4.83%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.92

 K value IS 0.20

RGB Variations

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

Color information

#82CD11 (or 0x82CD11) is known color: Lima. HEX triplet: 82, CD and 11. RGB value is (130,205,17). Sum of RGB (Red+Green+Blue) = 130+205+17=352 (46% of max value = 765). Red value is 130 (51.17% from 255 or 36.93% from 352); Green value is 205 (80.47% from 255 or 58.24% from 352); Blue value is 17 (7.03% from 255 or 4.83% from 352); Max value from RGB is 205 - color contains mainly: green. Hex color #82CD11 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #82CD11 is #7D32EE. Grayscale: #A1A1A1. Windows color (decimal): -8205039 or 1166722. OLE color: 1166722.

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

Color convert

RGB 130 205 17 -
CMYK 0.37 0 0.92 0.20
HSL 83.94º 0.85% 0.44% -
HSV(B) 83.94º 0.92% 0.8% -
XYZ 31.14 48.45 8.24 -
YUV 161.14 46.65 105.79 -
System Red Green Blue C M Y K H S L
Decimal 130 205 17 0.37 0 0.92 0.20 83.94 0.85 0.44
Hex 82 CD 11 25 0 5C 14 54 55 2C
Octal 202 315 21 45 0 134 24 124 125 54
Binary 10000010 11001101 10001 100101 0 1011100 10100 1010100 1010101 101100

Color Harmonies of #82CD11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82CD11

Black with #82CD11

Text Example


Text Example

White with #82CD11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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