#82EF4B

Color #82EF4B Mantis (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mantis #82EF4B

Tints of Mantis #82EF4B

Color information

#82EF4B (or 0x82EF4B) is unknown color: approx Mantis. HEX triplet: 82, EF and 4B. RGB value is (130,239,75). Sum of RGB (Red+Green+Blue) = 130+239+75=444 (58% of max value = 765). Red value is 130 (51.17% from 255 or 29.28% from 444); Green value is 239 (93.75% from 255 or 53.83% from 444); Blue value is 75 (29.69% from 255 or 16.89% from 444); Max value from RGB is 239 - color contains mainly: green. Hex color #82EF4B is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #82EF4B is #7D10B4. Grayscale: #BCBCBC. Windows color (decimal): -8196277 or 4976514. OLE color: 4976514.

HSL color Cylindrical-coordinate representation of color #82EF4B: hue angle of 99.88º degrees, saturation: 0.84, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #82EF4B is Cyan = 0.46, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.06.

Color convert

RGB13023975-
CMYK0.4600.690.06
HSL99.88º83.67%61.57%-
HSV(B)99.88º68.62%93.73%-
XYZ41.3466.9917.41-
YUV187.7164.3986.84-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 29.28%
GREEN value IS 239 (93.75% from 255) = 53.83%
BLUE value IS 75 (29.69% from 255) = 16.89%
R=29.28%
G=53.83%
B=16.89%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal130239750.4600.690.0699.8883.6761.57
Hex82EF4B2E045664543e
Octal202357113560105614412476
Binary100000101110111110010111011100100010111011001001010100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82EF4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #82EF4B;
 }
 .AnyTagClassName
 {
   color: #82EF4B;
 }
</style>
background-color css

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

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

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

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

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

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