Html Css Color HEX #82CE4D Mantis

📋 copy color: '#82CE4D'

red 130 ◦ green 206 ◦ blue 77

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

Shades of Mantis #82CE4D

Tints of Mantis #82CE4D

RGB

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

 GREEN value IS 206 (80.86% from 255) = 49.88%

 BLUE value IS 77 (30.47% from 255) = 18.64%

R = 31.48%
G = 49.88%
B = 18.64%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.63

 K value IS 0.19

RGB Variations

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

Color information

#82CE4D (or 0x82CE4D) is known color: Mantis. HEX triplet: 82, CE and 4D. RGB value is (130,206,77). Sum of RGB (Red+Green+Blue) = 130+206+77=413 (54% of max value = 765). Red value is 130 (51.17% from 255 or 31.48% from 413); Green value is 206 (80.86% from 255 or 49.88% from 413); Blue value is 77 (30.47% from 255 or 18.64% from 413); Max value from RGB is 206 - color contains mainly: green. Hex color #82CE4D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #82CE4D is #7D31B2. Grayscale: #A9A9A9. Windows color (decimal): -8204723 or 5099138. OLE color: 5099138.

HSL color Cylindrical-coordinate representation of color #82CE4D: hue angle of 95.35º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #82CE4D is Cyan = 0.37, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.19.

Color convert

RGB 130 206 77 -
CMYK 0.37 0 0.63 0.19
HSL 95.35º 0.57% 0.55% -
HSV(B) 95.35º 0.63% 0.81% -
XYZ 32.62 49.42 14.84 -
YUV 168.57 76.32 100.49 -
System Red Green Blue C M Y K H S L
Decimal 130 206 77 0.37 0 0.63 0.19 95.35 0.57 0.55
Hex 82 CE 4D 25 0 3F 13 5F 39 37
Octal 202 316 115 45 0 77 23 137 71 67
Binary 10000010 11001110 1001101 100101 0 111111 10011 1011111 111001 110111

Color Harmonies of #82CE4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82CE4D

Black with #82CE4D

Text Example


Text Example

White with #82CE4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,206,77); }

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

background-color css

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

 a { background-color: rgb(130,206,77); }

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

border-color css

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

 span { border-color: rgb(130,206,77); }

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