Html Css Color HEX #82B808 Lima

📋 copy color: '#82B808'

red 130 ◦ green 184 ◦ blue 8

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

Shades of Lima #82B808

Tints of Lima #82B808

RGB

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

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

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

R = 40.37%
G = 57.14%
B = 2.48%

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

#82B808 (or 0x82B808) is known color: Lima. HEX triplet: 82, B8 and 08. RGB value is (130,184,8). Sum of RGB (Red+Green+Blue) = 130+184+8=322 (42% of max value = 765). Red value is 130 (51.17% from 255 or 40.37% from 322); Green value is 184 (72.27% from 255 or 57.14% from 322); Blue value is 8 (3.52% from 255 or 2.48% from 322); Max value from RGB is 184 - color contains mainly: green. Hex color #82B808 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #82B808 is #7D47F7. Grayscale: #949494. Windows color (decimal): -8210424 or 571522. OLE color: 571522.

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

Color convert

RGB 130 184 8 -
CMYK 0.29 0 0.96 0.28
HSL 78.41º 0.92% 0.38% -
HSV(B) 78.41º 0.96% 0.72% -
XYZ 26.39 39.04 6.38 -
YUV 147.79 49.11 115.31 -
System Red Green Blue C M Y K H S L
Decimal 130 184 8 0.29 0 0.96 0.28 78.41 0.92 0.38
Hex 82 B8 8 1D 0 60 1C 4E 5C 26
Octal 202 270 10 35 0 140 34 116 134 46
Binary 10000010 10111000 1000 11101 0 1100000 11100 1001110 1011100 100110

Color Harmonies of #82B808

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82B808

Black with #82B808

Text Example


Text Example

White with #82B808

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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