Html Css Color HEX #82CA70 Mantis

📋 copy color: '#82CA70'

red 130 ◦ green 202 ◦ blue 112

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

Shades of Mantis #82CA70

Tints of Mantis #82CA70

RGB

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

 GREEN value IS 202 (79.3% from 255) = 45.5%

 BLUE value IS 112 (44.14% from 255) = 25.23%

R = 29.28%
G = 45.5%
B = 25.23%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.45

 K value IS 0.21

RGB Variations

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

Color information

#82CA70 (or 0x82CA70) is known color: Mantis. HEX triplet: 82, CA and 70. RGB value is (130,202,112). Sum of RGB (Red+Green+Blue) = 130+202+112=444 (58% of max value = 765). Red value is 130 (51.17% from 255 or 29.28% from 444); Green value is 202 (79.30% from 255 or 45.50% from 444); Blue value is 112 (44.14% from 255 or 25.23% from 444); Max value from RGB is 202 - color contains mainly: green. Hex color #82CA70 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #82CA70 is #7D358F. Grayscale: #AAAAAA. Windows color (decimal): -8205712 or 7391874. OLE color: 7391874.

HSL color Cylindrical-coordinate representation of color #82CA70: hue angle of 108º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #82CA70 is Cyan = 0.36, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.21.

Color convert

RGB 130 202 112 -
CMYK 0.36 0 0.45 0.21
HSL 108º 0.46% 0.62% -
HSV(B) 108º 0.45% 0.79% -
XYZ 33.25 48.16 22.87 -
YUV 170.21 95.15 99.32 -
System Red Green Blue C M Y K H S L
Decimal 130 202 112 0.36 0 0.45 0.21 108 0.46 0.62
Hex 82 CA 70 24 0 2D 15 6C 2E 3E
Octal 202 312 160 44 0 55 25 154 56 76
Binary 10000010 11001010 1110000 100100 0 101101 10101 1101100 101110 111110

Color Harmonies of #82CA70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82CA70

Black with #82CA70

Text Example


Text Example

White with #82CA70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,202,112); }

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

background-color css

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

 a { background-color: rgb(130,202,112); }

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

border-color css

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

 span { border-color: rgb(130,202,112); }

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