Html Css Color HEX #82C748 Mantis

📋 copy color: '#82C748'

red 130 ◦ green 199 ◦ blue 72

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

Shades of Mantis #82C748

Tints of Mantis #82C748

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 17.96%

R = 32.42%
G = 49.63%
B = 17.96%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.64

 K value IS 0.22

RGB Variations

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

Color information

#82C748 (or 0x82C748) is known color: Mantis. HEX triplet: 82, C7 and 48. RGB value is (130,199,72). Sum of RGB (Red+Green+Blue) = 130+199+72=401 (53% of max value = 765). Red value is 130 (51.17% from 255 or 32.42% from 401); Green value is 199 (78.12% from 255 or 49.63% from 401); Blue value is 72 (28.52% from 255 or 17.96% from 401); Max value from RGB is 199 - color contains mainly: green. Hex color #82C748 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #82C748 is #7D38B7. Grayscale: #A4A4A4. Windows color (decimal): -8206520 or 4769666. OLE color: 4769666.

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

Color convert

RGB 130 199 72 -
CMYK 0.35 0 0.64 0.22
HSL 92.6º 0.53% 0.53% -
HSV(B) 92.6º 0.64% 0.78% -
XYZ 30.8 46.06 13.4 -
YUV 163.89 76.14 103.83 -
System Red Green Blue C M Y K H S L
Decimal 130 199 72 0.35 0 0.64 0.22 92.6 0.53 0.53
Hex 82 C7 48 23 0 40 16 5D 35 35
Octal 202 307 110 43 0 100 26 135 65 65
Binary 10000010 11000111 1001000 100011 0 1000000 10110 1011101 110101 110101

Color Harmonies of #82C748

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82C748

Black with #82C748

Text Example


Text Example

White with #82C748

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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