Html Css Color HEX #82C10D Lima

📋 copy color: '#82C10D'

red 130 ◦ green 193 ◦ blue 13

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

Shades of Lima #82C10D

Tints of Lima #82C10D

RGB

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

 GREEN value IS 193 (75.78% from 255) = 57.44%

 BLUE value IS 13 (5.47% from 255) = 3.87%

R = 38.69%
G = 57.44%
B = 3.87%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.93

 K value IS 0.24

RGB Variations

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

Color information

#82C10D (or 0x82C10D) is known color: Lima. HEX triplet: 82, C1 and 0D. RGB value is (130,193,13). Sum of RGB (Red+Green+Blue) = 130+193+13=336 (44% of max value = 765). Red value is 130 (51.17% from 255 or 38.69% from 336); Green value is 193 (75.78% from 255 or 57.44% from 336); Blue value is 13 (5.47% from 255 or 3.87% from 336); Max value from RGB is 193 - color contains mainly: green. Hex color #82C10D is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #82C10D is #7D3EF2. Grayscale: #9A9A9A. Windows color (decimal): -8208115 or 901506. OLE color: 901506.

HSL color Cylindrical-coordinate representation of color #82C10D: hue angle of 81º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #82C10D is Cyan = 0.33, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.24.

Color convert

RGB 130 193 13 -
CMYK 0.33 0 0.93 0.24
HSL 81º 0.87% 0.4% -
HSV(B) 81º 0.93% 0.76% -
XYZ 28.35 42.91 7.17 -
YUV 153.64 48.63 111.14 -
System Red Green Blue C M Y K H S L
Decimal 130 193 13 0.33 0 0.93 0.24 81 0.87 0.4
Hex 82 C1 D 21 0 5D 18 51 57 28
Octal 202 301 15 41 0 135 30 121 127 50
Binary 10000010 11000001 1101 100001 0 1011101 11000 1010001 1010111 101000

Color Harmonies of #82C10D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82C10D

Black with #82C10D

Text Example


Text Example

White with #82C10D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,193,13); }

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

background-color css

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

 a { background-color: rgb(130,193,13); }

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

border-color css

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

 span { border-color: rgb(130,193,13); }

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