Html Css Color HEX #82CC4C Mantis

📋 copy color: '#82CC4C'

red 130 ◦ green 204 ◦ blue 76

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

Shades of Mantis #82CC4C

Tints of Mantis #82CC4C

RGB

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

 GREEN value IS 204 (80.08% from 255) = 49.76%

 BLUE value IS 76 (30.08% from 255) = 18.54%

R = 31.71%
G = 49.76%
B = 18.54%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.63

 K value IS 0.2

RGB Variations

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

Color information

#82CC4C (or 0x82CC4C) is known color: Mantis. HEX triplet: 82, CC and 4C. RGB value is (130,204,76). Sum of RGB (Red+Green+Blue) = 130+204+76=410 (54% of max value = 765). Red value is 130 (51.17% from 255 or 31.71% from 410); Green value is 204 (80.08% from 255 or 49.76% from 410); Blue value is 76 (30.08% from 255 or 18.54% from 410); Max value from RGB is 204 - color contains mainly: green. Hex color #82CC4C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #82CC4C is #7D33B3. Grayscale: #A7A7A7. Windows color (decimal): -8205236 or 5033090. OLE color: 5033090.

HSL color Cylindrical-coordinate representation of color #82CC4C: hue angle of 94.69º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #82CC4C is Cyan = 0.36, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.2.

Color convert

RGB 130 204 76 -
CMYK 0.36 0 0.63 0.2
HSL 94.69º 0.56% 0.55% -
HSV(B) 94.69º 0.63% 0.8% -
XYZ 32.1 48.45 14.5 -
YUV 167.28 76.48 101.41 -
System Red Green Blue C M Y K H S L
Decimal 130 204 76 0.36 0 0.63 0.2 94.69 0.56 0.55
Hex 82 CC 4C 24 0 3F 14 5F 38 37
Octal 202 314 114 44 0 77 24 137 70 67
Binary 10000010 11001100 1001100 100100 0 111111 10100 1011111 111000 110111

Color Harmonies of #82CC4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82CC4C

Black with #82CC4C

Text Example


Text Example

White with #82CC4C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,204,76); }

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

background-color css

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

 a { background-color: rgb(130,204,76); }

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

border-color css

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

 span { border-color: rgb(130,204,76); }

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