Html Css Color HEX #82C815 Lima

📋 copy color: '#82C815'

red 130 ◦ green 200 ◦ blue 21

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

Shades of Lima #82C815

Tints of Lima #82C815

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 5.98%

R = 37.04%
G = 56.98%
B = 5.98%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.90

 K value IS 0.22

RGB Variations

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

Color information

#82C815 (or 0x82C815) is known color: Lima. HEX triplet: 82, C8 and 15. RGB value is (130,200,21). Sum of RGB (Red+Green+Blue) = 130+200+21=351 (46% of max value = 765). Red value is 130 (51.17% from 255 or 37.04% from 351); Green value is 200 (78.52% from 255 or 56.98% from 351); Blue value is 21 (8.59% from 255 or 5.98% from 351); Max value from RGB is 200 - color contains mainly: green. Hex color #82C815 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #82C815 is #7D37EA. Grayscale: #9F9F9F. Windows color (decimal): -8206315 or 1427586. OLE color: 1427586.

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

Color convert

RGB 130 200 21 -
CMYK 0.35 0 0.90 0.22
HSL 83.46º 0.81% 0.43% -
HSV(B) 83.46º 0.9% 0.78% -
XYZ 30 46.11 8.03 -
YUV 158.66 50.31 107.55 -
System Red Green Blue C M Y K H S L
Decimal 130 200 21 0.35 0 0.90 0.22 83.46 0.81 0.43
Hex 82 C8 15 23 0 5A 16 53 51 2B
Octal 202 310 25 43 0 132 26 123 121 53
Binary 10000010 11001000 10101 100011 0 1011010 10110 1010011 1010001 101011

Color Harmonies of #82C815

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82C815

Black with #82C815

Text Example


Text Example

White with #82C815

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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