Html Css Color HEX #82B807 Lima

📋 copy color: '#82B807'

red 130 ◦ green 184 ◦ blue 7

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

Shades of Lima #82B807

Tints of Lima #82B807

RGB

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

 GREEN value IS 184 (72.27% from 255) = 57.32%

 BLUE value IS 7 (3.13% from 255) = 2.18%

R = 40.5%
G = 57.32%
B = 2.18%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.96

 K value IS 0.28

RGB Variations

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

Color information

#82B807 (or 0x82B807) is known color: Lima. HEX triplet: 82, B8 and 07. RGB value is (130,184,7). Sum of RGB (Red+Green+Blue) = 130+184+7=321 (42% of max value = 765). Red value is 130 (51.17% from 255 or 40.50% from 321); Green value is 184 (72.27% from 255 or 57.32% from 321); Blue value is 7 (3.12% from 255 or 2.18% from 321); Max value from RGB is 184 - color contains mainly: green. Hex color #82B807 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #82B807 is #7D47F8. Grayscale: #949494. Windows color (decimal): -8210425 or 505986. OLE color: 505986.

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

Color convert

RGB 130 184 7 -
CMYK 0.29 0 0.96 0.28
HSL 78.31º 0.93% 0.37% -
HSV(B) 78.31º 0.96% 0.72% -
XYZ 26.38 39.04 6.35 -
YUV 147.68 48.61 115.39 -
System Red Green Blue C M Y K H S L
Decimal 130 184 7 0.29 0 0.96 0.28 78.31 0.93 0.37
Hex 82 B8 7 1D 0 60 1C 4E 5D 25
Octal 202 270 7 35 0 140 34 116 135 45
Binary 10000010 10111000 111 11101 0 1100000 11100 1001110 1011101 100101

Color Harmonies of #82B807

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82B807

Black with #82B807

Text Example


Text Example

White with #82B807

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,184,7); }

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

background-color css

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

 a { background-color: rgb(130,184,7); }

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

border-color css

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

 span { border-color: rgb(130,184,7); }

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