Html Css Color HEX #82C708 Lima

📋 copy color: '#82C708'

red 130 ◦ green 199 ◦ blue 8

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

Shades of Lima #82C708

Tints of Lima #82C708

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 2.37%

R = 38.58%
G = 59.05%
B = 2.37%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.96

 K value IS 0.22

RGB Variations

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

Color information

#82C708 (or 0x82C708) is known color: Lima. HEX triplet: 82, C7 and 08. RGB value is (130,199,8). Sum of RGB (Red+Green+Blue) = 130+199+8=337 (44% of max value = 765). Red value is 130 (51.17% from 255 or 38.58% from 337); Green value is 199 (78.12% from 255 or 59.05% from 337); Blue value is 8 (3.52% from 255 or 2.37% from 337); Max value from RGB is 199 - color contains mainly: green. Hex color #82C708 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #82C708 is #7D38F7. Grayscale: #9D9D9D. Windows color (decimal): -8206584 or 575362. OLE color: 575362.

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

Color convert

RGB 130 199 8 -
CMYK 0.35 0 0.96 0.22
HSL 81.68º 0.92% 0.41% -
HSV(B) 81.68º 0.96% 0.78% -
XYZ 29.67 45.61 7.47 -
YUV 156.6 44.14 109.03 -
System Red Green Blue C M Y K H S L
Decimal 130 199 8 0.35 0 0.96 0.22 81.68 0.92 0.41
Hex 82 C7 8 23 0 60 16 52 5C 29
Octal 202 307 10 43 0 140 26 122 134 51
Binary 10000010 11000111 1000 100011 0 1100000 10110 1010010 1011100 101001

Color Harmonies of #82C708

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82C708

Black with #82C708

Text Example


Text Example

White with #82C708

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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