Html Css Color HEX #82C814 Lima

📋 copy color: '#82C814'

red 130 ◦ green 200 ◦ blue 20

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

Shades of Lima #82C814

Tints of Lima #82C814

RGB

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

 GREEN value IS 200 (78.52% from 255) = 57.14%

 BLUE value IS 20 (8.2% from 255) = 5.71%

R = 37.14%
G = 57.14%
B = 5.71%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.9

 K value IS 0.22

RGB Variations

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

Color information

#82C814 (or 0x82C814) is known color: Lima. HEX triplet: 82, C8 and 14. RGB value is (130,200,20). Sum of RGB (Red+Green+Blue) = 130+200+20=350 (46% of max value = 765). Red value is 130 (51.17% from 255 or 37.14% from 350); Green value is 200 (78.52% from 255 or 57.14% from 350); Blue value is 20 (8.20% from 255 or 5.71% from 350); Max value from RGB is 200 - color contains mainly: green. Hex color #82C814 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #82C814 is #7D37EB. Grayscale: #9F9F9F. Windows color (decimal): -8206316 or 1362050. OLE color: 1362050.

HSL color Cylindrical-coordinate representation of color #82C814: hue angle of 83.33º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #82C814 is Cyan = 0.35, Magento = 0, Yellow = 0.9 and Black (K on CMYK) = 0.22.

Color convert

RGB 130 200 20 -
CMYK 0.35 0 0.9 0.22
HSL 83.33º 0.82% 0.43% -
HSV(B) 83.33º 0.9% 0.78% -
XYZ 29.99 46.1 7.98 -
YUV 158.55 49.81 107.64 -
System Red Green Blue C M Y K H S L
Decimal 130 200 20 0.35 0 0.9 0.22 83.33 0.82 0.43
Hex 82 C8 14 23 0 5A 16 53 52 2B
Octal 202 310 24 43 0 132 26 123 122 53
Binary 10000010 11001000 10100 100011 0 1011010 10110 1010011 1010010 101011

Color Harmonies of #82C814

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82C814

Black with #82C814

Text Example


Text Example

White with #82C814

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,200,20); }

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

background-color css

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

 a { background-color: rgb(130,200,20); }

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

border-color css

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

 span { border-color: rgb(130,200,20); }

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