Html Css Color HEX #82C751 Mantis

📋 copy color: '#82C751'

red 130 ◦ green 199 ◦ blue 81

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

Shades of Mantis #82C751

Tints of Mantis #82C751

RGB

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

 GREEN value IS 199 (78.13% from 255) = 48.54%

 BLUE value IS 81 (32.03% from 255) = 19.76%

R = 31.71%
G = 48.54%
B = 19.76%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.59

 K value IS 0.22

RGB Variations

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

Color information

#82C751 (or 0x82C751) is known color: Mantis. HEX triplet: 82, C7 and 51. RGB value is (130,199,81). Sum of RGB (Red+Green+Blue) = 130+199+81=410 (54% of max value = 765). Red value is 130 (51.17% from 255 or 31.71% from 410); Green value is 199 (78.12% from 255 or 48.54% from 410); Blue value is 81 (32.03% from 255 or 19.76% from 410); Max value from RGB is 199 - color contains mainly: green. Hex color #82C751 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #82C751 is #7D38AE. Grayscale: #A5A5A5. Windows color (decimal): -8206511 or 5359490. OLE color: 5359490.

HSL color Cylindrical-coordinate representation of color #82C751: hue angle of 95.08º degrees, saturation: 0.51, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #82C751 is Cyan = 0.35, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.22.

Color convert

RGB 130 199 81 -
CMYK 0.35 0 0.59 0.22
HSL 95.08º 0.51% 0.55% -
HSV(B) 95.08º 0.59% 0.78% -
XYZ 31.11 46.19 15.06 -
YUV 164.92 80.64 103.09 -
System Red Green Blue C M Y K H S L
Decimal 130 199 81 0.35 0 0.59 0.22 95.08 0.51 0.55
Hex 82 C7 51 23 0 3B 16 5F 33 37
Octal 202 307 121 43 0 73 26 137 63 67
Binary 10000010 11000111 1010001 100011 0 111011 10110 1011111 110011 110111

Color Harmonies of #82C751

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82C751

Black with #82C751

Text Example


Text Example

White with #82C751

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,199,81); }

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

background-color css

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

 a { background-color: rgb(130,199,81); }

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

border-color css

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

 span { border-color: rgb(130,199,81); }

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