Html Css Color HEX #82BC4B Mantis

📋 copy color: '#82BC4B'

red 130 ◦ green 188 ◦ blue 75

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

Shades of Mantis #82BC4B

Tints of Mantis #82BC4B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 19.08%

R = 33.08%
G = 47.84%
B = 19.08%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.60

 K value IS 0.26

RGB Variations

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

Color information

#82BC4B (or 0x82BC4B) is known color: Mantis. HEX triplet: 82, BC and 4B. RGB value is (130,188,75). Sum of RGB (Red+Green+Blue) = 130+188+75=393 (52% of max value = 765). Red value is 130 (51.17% from 255 or 33.08% from 393); Green value is 188 (73.83% from 255 or 47.84% from 393); Blue value is 75 (29.69% from 255 or 19.08% from 393); Max value from RGB is 188 - color contains mainly: green. Hex color #82BC4B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #82BC4B is #7D43B4. Grayscale: #9E9E9E. Windows color (decimal): -8209333 or 4963458. OLE color: 4963458.

HSL color Cylindrical-coordinate representation of color #82BC4B: hue angle of 90.8º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #82BC4B is Cyan = 0.31, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.26.

Color convert

RGB 130 188 75 -
CMYK 0.31 0 0.60 0.26
HSL 90.8º 0.46% 0.52% -
HSV(B) 90.8º 0.6% 0.74% -
XYZ 28.46 41.22 13.11 -
YUV 157.78 81.28 108.19 -
System Red Green Blue C M Y K H S L
Decimal 130 188 75 0.31 0 0.60 0.26 90.8 0.46 0.52
Hex 82 BC 4B 1F 0 3C 1A 5B 2E 34
Octal 202 274 113 37 0 74 32 133 56 64
Binary 10000010 10111100 1001011 11111 0 111100 11010 1011011 101110 110100

Color Harmonies of #82BC4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82BC4B

Black with #82BC4B

Text Example


Text Example

White with #82BC4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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