Html Css Color HEX #82BC44 Mantis

📋 copy color: '#82BC44'

red 130 ◦ green 188 ◦ blue 68

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

Shades of Mantis #82BC44

Tints of Mantis #82BC44

RGB

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

 GREEN value IS 188 (73.83% from 255) = 48.7%

 BLUE value IS 68 (26.95% from 255) = 17.62%

R = 33.68%
G = 48.7%
B = 17.62%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.64

 K value IS 0.26

RGB Variations

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

Color information

#82BC44 (or 0x82BC44) is known color: Mantis. HEX triplet: 82, BC and 44. RGB value is (130,188,68). Sum of RGB (Red+Green+Blue) = 130+188+68=386 (51% of max value = 765). Red value is 130 (51.17% from 255 or 33.68% from 386); Green value is 188 (73.83% from 255 or 48.70% from 386); Blue value is 68 (26.95% from 255 or 17.62% from 386); Max value from RGB is 188 - color contains mainly: green. Hex color #82BC44 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #82BC44 is #7D43BB. Grayscale: #9D9D9D. Windows color (decimal): -8209340 or 4504706. OLE color: 4504706.

HSL color Cylindrical-coordinate representation of color #82BC44: hue angle of 89º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #82BC44 is Cyan = 0.31, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.26.

Color convert

RGB 130 188 68 -
CMYK 0.31 0 0.64 0.26
HSL 89º 0.47% 0.5% -
HSV(B) 89º 0.64% 0.74% -
XYZ 28.23 41.13 11.92 -
YUV 156.98 77.78 108.76 -
System Red Green Blue C M Y K H S L
Decimal 130 188 68 0.31 0 0.64 0.26 89 0.47 0.5
Hex 82 BC 44 1F 0 40 1A 59 2F 32
Octal 202 274 104 37 0 100 32 131 57 62
Binary 10000010 10111100 1000100 11111 0 1000000 11010 1011001 101111 110010

Color Harmonies of #82BC44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82BC44

Black with #82BC44

Text Example


Text Example

White with #82BC44

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,188,68); }

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

background-color css

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

 a { background-color: rgb(130,188,68); }

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

border-color css

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

 span { border-color: rgb(130,188,68); }

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