Html Css Color HEX #82CB4E Mantis

📋 copy color: '#82CB4E'

red 130 ◦ green 203 ◦ blue 78

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

Shades of Mantis #82CB4E

Tints of Mantis #82CB4E

RGB

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

 GREEN value IS 203 (79.69% from 255) = 49.39%

 BLUE value IS 78 (30.86% from 255) = 18.98%

R = 31.63%
G = 49.39%
B = 18.98%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.62

 K value IS 0.20

RGB Variations

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

Color information

#82CB4E (or 0x82CB4E) is known color: Mantis. HEX triplet: 82, CB and 4E. RGB value is (130,203,78). Sum of RGB (Red+Green+Blue) = 130+203+78=411 (54% of max value = 765). Red value is 130 (51.17% from 255 or 31.63% from 411); Green value is 203 (79.69% from 255 or 49.39% from 411); Blue value is 78 (30.86% from 255 or 18.98% from 411); Max value from RGB is 203 - color contains mainly: green. Hex color #82CB4E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #82CB4E is #7D34B1. Grayscale: #A7A7A7. Windows color (decimal): -8205490 or 5163906. OLE color: 5163906.

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

Color convert

RGB 130 203 78 -
CMYK 0.36 0 0.62 0.20
HSL 95.04º 0.55% 0.55% -
HSV(B) 95.04º 0.62% 0.8% -
XYZ 31.94 48.01 14.79 -
YUV 166.92 77.82 101.66 -
System Red Green Blue C M Y K H S L
Decimal 130 203 78 0.36 0 0.62 0.20 95.04 0.55 0.55
Hex 82 CB 4E 24 0 3E 14 5F 37 37
Octal 202 313 116 44 0 76 24 137 67 67
Binary 10000010 11001011 1001110 100100 0 111110 10100 1011111 110111 110111

Color Harmonies of #82CB4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82CB4E

Black with #82CB4E

Text Example


Text Example

White with #82CB4E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,203,78); }

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

background-color css

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

 a { background-color: rgb(130,203,78); }

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

border-color css

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

 span { border-color: rgb(130,203,78); }

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