Html Css Color HEX #82C718 Lima

📋 copy color: '#82C718'

red 130 ◦ green 199 ◦ blue 24

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

Shades of Lima #82C718

Tints of Lima #82C718

RGB

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

 GREEN value IS 199 (78.13% from 255) = 56.37%

 BLUE value IS 24 (9.77% from 255) = 6.8%

R = 36.83%
G = 56.37%
B = 6.8%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.88

 K value IS 0.22

RGB Variations

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

Color information

#82C718 (or 0x82C718) is known color: Lima. HEX triplet: 82, C7 and 18. RGB value is (130,199,24). Sum of RGB (Red+Green+Blue) = 130+199+24=353 (46% of max value = 765). Red value is 130 (51.17% from 255 or 36.83% from 353); Green value is 199 (78.12% from 255 or 56.37% from 353); Blue value is 24 (9.77% from 255 or 6.80% from 353); Max value from RGB is 199 - color contains mainly: green. Hex color #82C718 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #82C718 is #7D38E7. Grayscale: #9F9F9F. Windows color (decimal): -8206568 or 1623938. OLE color: 1623938.

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

Color convert

RGB 130 199 24 -
CMYK 0.35 0 0.88 0.22
HSL 83.66º 0.78% 0.44% -
HSV(B) 83.66º 0.88% 0.78% -
XYZ 29.79 45.66 8.11 -
YUV 158.42 52.14 107.73 -
System Red Green Blue C M Y K H S L
Decimal 130 199 24 0.35 0 0.88 0.22 83.66 0.78 0.44
Hex 82 C7 18 23 0 58 16 54 4E 2C
Octal 202 307 30 43 0 130 26 124 116 54
Binary 10000010 11000111 11000 100011 0 1011000 10110 1010100 1001110 101100

Color Harmonies of #82C718

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82C718

Black with #82C718

Text Example


Text Example

White with #82C718

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,199,24); }

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

background-color css

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

 a { background-color: rgb(130,199,24); }

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

border-color css

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

 span { border-color: rgb(130,199,24); }

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