Html Css Color HEX #82B00F Lima

📋 copy color: '#82B00F'

red 130 ◦ green 176 ◦ blue 15

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

Shades of Lima #82B00F

Tints of Lima #82B00F

RGB

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

 GREEN value IS 176 (69.14% from 255) = 54.83%

 BLUE value IS 15 (6.25% from 255) = 4.67%

R = 40.5%
G = 54.83%
B = 4.67%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.91

 K value IS 0.31

RGB Variations

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

Color information

#82B00F (or 0x82B00F) is known color: Lima. HEX triplet: 82, B0 and 0F. RGB value is (130,176,15). Sum of RGB (Red+Green+Blue) = 130+176+15=321 (42% of max value = 765). Red value is 130 (51.17% from 255 or 40.50% from 321); Green value is 176 (69.14% from 255 or 54.83% from 321); Blue value is 15 (6.25% from 255 or 4.67% from 321); Max value from RGB is 176 - color contains mainly: green. Hex color #82B00F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #82B00F is #7D4FF0. Grayscale: #909090. Windows color (decimal): -8212465 or 1028226. OLE color: 1028226.

HSL color Cylindrical-coordinate representation of color #82B00F: hue angle of 77.14º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #82B00F is Cyan = 0.26, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.31.

Color convert

RGB 130 176 15 -
CMYK 0.26 0 0.91 0.31
HSL 77.14º 0.84% 0.37% -
HSV(B) 77.14º 0.91% 0.69% -
XYZ 24.82 35.83 6.06 -
YUV 143.89 55.26 118.09 -
System Red Green Blue C M Y K H S L
Decimal 130 176 15 0.26 0 0.91 0.31 77.14 0.84 0.37
Hex 82 B0 F 1A 0 5B 1F 4D 54 25
Octal 202 260 17 32 0 133 37 115 124 45
Binary 10000010 10110000 1111 11010 0 1011011 11111 1001101 1010100 100101

Color Harmonies of #82B00F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82B00F

Black with #82B00F

Text Example


Text Example

White with #82B00F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,176,15); }

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

background-color css

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

 a { background-color: rgb(130,176,15); }

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

border-color css

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

 span { border-color: rgb(130,176,15); }

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