Html Css Color HEX #82CC51 Mantis

📋 copy color: '#82CC51'

red 130 ◦ green 204 ◦ blue 81

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

Shades of Mantis #82CC51

Tints of Mantis #82CC51

RGB

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

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

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

R = 31.33%
G = 49.16%
B = 19.52%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.60

 K value IS 0.2

RGB Variations

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

Color information

#82CC51 (or 0x82CC51) is known color: Mantis. HEX triplet: 82, CC and 51. RGB value is (130,204,81). Sum of RGB (Red+Green+Blue) = 130+204+81=415 (54% of max value = 765). Red value is 130 (51.17% from 255 or 31.33% from 415); Green value is 204 (80.08% from 255 or 49.16% from 415); Blue value is 81 (32.03% from 255 or 19.52% from 415); Max value from RGB is 204 - color contains mainly: green. Hex color #82CC51 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #82CC51 is #7D33AE. Grayscale: #A8A8A8. Windows color (decimal): -8205231 or 5360770. OLE color: 5360770.

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

Color convert

RGB 130 204 81 -
CMYK 0.36 0 0.60 0.2
HSL 96.1º 0.55% 0.56% -
HSV(B) 96.1º 0.6% 0.8% -
XYZ 32.28 48.53 15.45 -
YUV 167.85 78.98 101 -
System Red Green Blue C M Y K H S L
Decimal 130 204 81 0.36 0 0.60 0.2 96.1 0.55 0.56
Hex 82 CC 51 24 0 3C 14 60 37 38
Octal 202 314 121 44 0 74 24 140 67 70
Binary 10000010 11001100 1010001 100100 0 111100 10100 1100000 110111 111000

Color Harmonies of #82CC51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82CC51

Black with #82CC51

Text Example


Text Example

White with #82CC51

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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