Html Css Color HEX #82C612 Lima

📋 copy color: '#82C612'

red 130 ◦ green 198 ◦ blue 18

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

Shades of Lima #82C612

Tints of Lima #82C612

RGB

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

 GREEN value IS 198 (77.73% from 255) = 57.23%

 BLUE value IS 18 (7.42% from 255) = 5.2%

R = 37.57%
G = 57.23%
B = 5.2%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.91

 K value IS 0.22

RGB Variations

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

Color information

#82C612 (or 0x82C612) is known color: Lima. HEX triplet: 82, C6 and 12. RGB value is (130,198,18). Sum of RGB (Red+Green+Blue) = 130+198+18=346 (45% of max value = 765). Red value is 130 (51.17% from 255 or 37.57% from 346); Green value is 198 (77.73% from 255 or 57.23% from 346); Blue value is 18 (7.42% from 255 or 5.20% from 346); Max value from RGB is 198 - color contains mainly: green. Hex color #82C612 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #82C612 is #7D39ED. Grayscale: #9D9D9D. Windows color (decimal): -8206830 or 1230466. OLE color: 1230466.

HSL color Cylindrical-coordinate representation of color #82C612: hue angle of 82.67º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #82C612 is Cyan = 0.34, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.22.

Color convert

RGB 130 198 18 -
CMYK 0.34 0 0.91 0.22
HSL 82.67º 0.83% 0.42% -
HSV(B) 82.67º 0.91% 0.78% -
XYZ 29.51 45.18 7.74 -
YUV 157.15 49.47 108.64 -
System Red Green Blue C M Y K H S L
Decimal 130 198 18 0.34 0 0.91 0.22 82.67 0.83 0.42
Hex 82 C6 12 22 0 5B 16 53 53 2A
Octal 202 306 22 42 0 133 26 123 123 52
Binary 10000010 11000110 10010 100010 0 1011011 10110 1010011 1010011 101010

Color Harmonies of #82C612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82C612

Black with #82C612

Text Example


Text Example

White with #82C612

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,198,18); }

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

background-color css

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

 a { background-color: rgb(130,198,18); }

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

border-color css

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

 span { border-color: rgb(130,198,18); }

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