Html Css Color HEX #82B240 Sushi

📋 copy color: '#82B240'

red 130 ◦ green 178 ◦ blue 64

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

Shades of Sushi #82B240

Tints of Sushi #82B240

RGB

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

 GREEN value IS 178 (69.92% from 255) = 47.85%

 BLUE value IS 64 (25.39% from 255) = 17.2%

R = 34.95%
G = 47.85%
B = 17.2%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.64

 K value IS 0.30

RGB Variations

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

Color information

#82B240 (or 0x82B240) is known color: Sushi. HEX triplet: 82, B2 and 40. RGB value is (130,178,64). Sum of RGB (Red+Green+Blue) = 130+178+64=372 (49% of max value = 765). Red value is 130 (51.17% from 255 or 34.95% from 372); Green value is 178 (69.92% from 255 or 47.85% from 372); Blue value is 64 (25.39% from 255 or 17.20% from 372); Max value from RGB is 178 - color contains mainly: green. Hex color #82B240 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #82B240 is #7D4DBF. Grayscale: #979797. Windows color (decimal): -8211904 or 4240002. OLE color: 4240002.

HSL color Cylindrical-coordinate representation of color #82B240: hue angle of 85.26º degrees, saturation: 0.47, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #82B240 is Cyan = 0.27, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.30.

Color convert

RGB 130 178 64 -
CMYK 0.27 0 0.64 0.30
HSL 85.26º 0.47% 0.47% -
HSV(B) 85.26º 0.64% 0.7% -
XYZ 26.05 36.96 10.61 -
YUV 150.65 79.1 113.27 -
System Red Green Blue C M Y K H S L
Decimal 130 178 64 0.27 0 0.64 0.30 85.26 0.47 0.47
Hex 82 B2 40 1B 0 40 1E 55 2F 2F
Octal 202 262 100 33 0 100 36 125 57 57
Binary 10000010 10110010 1000000 11011 0 1000000 11110 1010101 101111 101111

Color Harmonies of #82B240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82B240

Black with #82B240

Text Example


Text Example

White with #82B240

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,178,64); }

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

background-color css

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

 a { background-color: rgb(130,178,64); }

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

border-color css

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

 span { border-color: rgb(130,178,64); }

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