Html Css Color HEX #82ED4C Mantis

📋 copy color: '#82ED4C'

red 130 ◦ green 237 ◦ blue 76

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

Shades of Mantis #82ED4C

Tints of Mantis #82ED4C

RGB

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

 GREEN value IS 237 (92.97% from 255) = 53.5%

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

R = 29.35%
G = 53.5%
B = 17.16%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.68

 K value IS 0.07

RGB Variations

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

Color information

#82ED4C (or 0x82ED4C) is known color: Mantis. HEX triplet: 82, ED and 4C. RGB value is (130,237,76). Sum of RGB (Red+Green+Blue) = 130+237+76=443 (58% of max value = 765). Red value is 130 (51.17% from 255 or 29.35% from 443); Green value is 237 (92.97% from 255 or 53.50% from 443); Blue value is 76 (30.08% from 255 or 17.16% from 443); Max value from RGB is 237 - color contains mainly: green. Hex color #82ED4C is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #82ED4C is #7D12B3. Grayscale: #BBBBBB. Windows color (decimal): -8196788 or 5041538. OLE color: 5041538.

HSL color Cylindrical-coordinate representation of color #82ED4C: hue angle of 99.88º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #82ED4C is Cyan = 0.45, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.07.

Color convert

RGB 130 237 76 -
CMYK 0.45 0 0.68 0.07
HSL 99.88º 0.82% 0.61% -
HSV(B) 99.88º 0.68% 0.93% -
XYZ 40.79 65.84 17.4 -
YUV 186.65 65.55 87.59 -
System Red Green Blue C M Y K H S L
Decimal 130 237 76 0.45 0 0.68 0.07 99.88 0.82 0.61
Hex 82 ED 4C 2D 0 44 7 64 52 3D
Octal 202 355 114 55 0 104 7 144 122 75
Binary 10000010 11101101 1001100 101101 0 1000100 111 1100100 1010010 111101

Color Harmonies of #82ED4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82ED4C

Black with #82ED4C

Text Example


Text Example

White with #82ED4C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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