Html Css Color HEX #82C717 Lima

📋 copy color: '#82C717'

red 130 ◦ green 199 ◦ blue 23

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

Shades of Lima #82C717

Tints of Lima #82C717

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 6.53%

R = 36.93%
G = 56.53%
B = 6.53%

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

#82C717 (or 0x82C717) is known color: Lima. HEX triplet: 82, C7 and 17. RGB value is (130,199,23). Sum of RGB (Red+Green+Blue) = 130+199+23=352 (46% of max value = 765). Red value is 130 (51.17% from 255 or 36.93% from 352); Green value is 199 (78.12% from 255 or 56.53% from 352); Blue value is 23 (9.38% from 255 or 6.53% from 352); Max value from RGB is 199 - color contains mainly: green. Hex color #82C717 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #82C717 is #7D38E8. Grayscale: #9E9E9E. Windows color (decimal): -8206569 or 1558402. OLE color: 1558402.

HSL color Cylindrical-coordinate representation of color #82C717: hue angle of 83.52º degrees, saturation: 0.79, 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 #82C717 is Cyan = 0.35, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.22.

Color convert

RGB 130 199 23 -
CMYK 0.35 0 0.88 0.22
HSL 83.52º 0.79% 0.44% -
HSV(B) 83.52º 0.88% 0.78% -
XYZ 29.78 45.65 8.05 -
YUV 158.31 51.64 107.81 -
System Red Green Blue C M Y K H S L
Decimal 130 199 23 0.35 0 0.88 0.22 83.52 0.79 0.44
Hex 82 C7 17 23 0 58 16 54 4F 2C
Octal 202 307 27 43 0 130 26 124 117 54
Binary 10000010 11000111 10111 100011 0 1011000 10110 1010100 1001111 101100

Color Harmonies of #82C717

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82C717

Black with #82C717

Text Example


Text Example

White with #82C717

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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