Html Css Color HEX #82D74B Mantis

📋 copy color: '#82D74B'

red 130 ◦ green 215 ◦ blue 75

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

Shades of Mantis #82D74B

Tints of Mantis #82D74B

RGB

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

 GREEN value IS 215 (84.38% from 255) = 51.19%

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

R = 30.95%
G = 51.19%
B = 17.86%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.65

 K value IS 0.16

RGB Variations

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

Color information

#82D74B (or 0x82D74B) is known color: Mantis. HEX triplet: 82, D7 and 4B. RGB value is (130,215,75). Sum of RGB (Red+Green+Blue) = 130+215+75=420 (55% of max value = 765). Red value is 130 (51.17% from 255 or 30.95% from 420); Green value is 215 (84.38% from 255 or 51.19% from 420); Blue value is 75 (29.69% from 255 or 17.86% from 420); Max value from RGB is 215 - color contains mainly: green. Hex color #82D74B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #82D74B is #7D28B4. Grayscale: #AEAEAE. Windows color (decimal): -8202421 or 4970370. OLE color: 4970370.

HSL color Cylindrical-coordinate representation of color #82D74B: hue angle of 96.43º degrees, saturation: 0.64, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #82D74B is Cyan = 0.40, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.16.

Color convert

RGB 130 215 75 -
CMYK 0.40 0 0.65 0.16
HSL 96.43º 0.64% 0.57% -
HSV(B) 96.43º 0.65% 0.84% -
XYZ 34.78 53.85 15.22 -
YUV 173.63 72.34 96.88 -
System Red Green Blue C M Y K H S L
Decimal 130 215 75 0.40 0 0.65 0.16 96.43 0.64 0.57
Hex 82 D7 4B 28 0 41 10 60 40 39
Octal 202 327 113 50 0 101 20 140 100 71
Binary 10000010 11010111 1001011 101000 0 1000001 10000 1100000 1000000 111001

Color Harmonies of #82D74B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82D74B

Black with #82D74B

Text Example


Text Example

White with #82D74B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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