Html Css Color HEX #82B710 Lima

📋 copy color: '#82B710'

red 130 ◦ green 183 ◦ blue 16

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

Shades of Lima #82B710

Tints of Lima #82B710

RGB

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

 GREEN value IS 183 (71.88% from 255) = 55.62%

 BLUE value IS 16 (6.64% from 255) = 4.86%

R = 39.51%
G = 55.62%
B = 4.86%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.91

 K value IS 0.28

RGB Variations

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

Color information

#82B710 (or 0x82B710) is known color: Lima. HEX triplet: 82, B7 and 10. RGB value is (130,183,16). Sum of RGB (Red+Green+Blue) = 130+183+16=329 (43% of max value = 765). Red value is 130 (51.17% from 255 or 39.51% from 329); Green value is 183 (71.88% from 255 or 55.62% from 329); Blue value is 16 (6.64% from 255 or 4.86% from 329); Max value from RGB is 183 - color contains mainly: green. Hex color #82B710 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #82B710 is #7D48EF. Grayscale: #949494. Windows color (decimal): -8210672 or 1095554. OLE color: 1095554.

HSL color Cylindrical-coordinate representation of color #82B710: hue angle of 79.04º degrees, saturation: 0.84, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #82B710 is Cyan = 0.29, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.28.

Color convert

RGB 130 183 16 -
CMYK 0.29 0 0.91 0.28
HSL 79.04º 0.84% 0.39% -
HSV(B) 79.04º 0.91% 0.72% -
XYZ 26.23 38.65 6.57 -
YUV 148.12 53.44 115.08 -
System Red Green Blue C M Y K H S L
Decimal 130 183 16 0.29 0 0.91 0.28 79.04 0.84 0.39
Hex 82 B7 10 1D 0 5B 1C 4F 54 27
Octal 202 267 20 35 0 133 34 117 124 47
Binary 10000010 10110111 10000 11101 0 1011011 11100 1001111 1010100 100111

Color Harmonies of #82B710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82B710

Black with #82B710

Text Example


Text Example

White with #82B710

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,183,16); }

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

background-color css

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

 a { background-color: rgb(130,183,16); }

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

border-color css

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

 span { border-color: rgb(130,183,16); }

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