Html Css Color HEX #82EC4B Mantis

📋 copy color: '#82EC4B'

red 130 ◦ green 236 ◦ blue 75

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

Shades of Mantis #82EC4B

Tints of Mantis #82EC4B

RGB

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

 GREEN value IS 236 (92.58% from 255) = 53.51%

 BLUE value IS 75 (29.69% from 255) = 17.01%

R = 29.48%
G = 53.51%
B = 17.01%

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

#82EC4B (or 0x82EC4B) is known color: Mantis. HEX triplet: 82, EC and 4B. RGB value is (130,236,75). Sum of RGB (Red+Green+Blue) = 130+236+75=441 (58% of max value = 765). Red value is 130 (51.17% from 255 or 29.48% from 441); Green value is 236 (92.58% from 255 or 53.51% from 441); Blue value is 75 (29.69% from 255 or 17.01% from 441); Max value from RGB is 236 - color contains mainly: green. Hex color #82EC4B is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #82EC4B is #7D13B4. Grayscale: #BABABA. Windows color (decimal): -8197045 or 4975746. OLE color: 4975746.

HSL color Cylindrical-coordinate representation of color #82EC4B: hue angle of 99.5º degrees, saturation: 0.81, 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 #82EC4B is Cyan = 0.45, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.07.

Color convert

RGB 130 236 75 -
CMYK 0.45 0 0.68 0.07
HSL 99.5º 0.81% 0.61% -
HSV(B) 99.5º 0.68% 0.93% -
XYZ 40.47 65.24 17.12 -
YUV 185.95 65.38 88.09 -
System Red Green Blue C M Y K H S L
Decimal 130 236 75 0.45 0 0.68 0.07 99.5 0.81 0.61
Hex 82 EC 4B 2D 0 44 7 64 51 3D
Octal 202 354 113 55 0 104 7 144 121 75
Binary 10000010 11101100 1001011 101101 0 1000100 111 1100100 1010001 111101

Color Harmonies of #82EC4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82EC4B

Black with #82EC4B

Text Example


Text Example

White with #82EC4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,236,75); }

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

background-color css

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

 a { background-color: rgb(130,236,75); }

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

border-color css

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

 span { border-color: rgb(130,236,75); }

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