#7DE94B

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

Shades of Mantis #7DE94B

Tints of Mantis #7DE94B

Color information

#7DE94B (or 0x7DE94B) is unknown color: approx Mantis. HEX triplet: 7D, E9 and 4B. RGB value is (125,233,75). Sum of RGB (Red+Green+Blue) = 125+233+75=433 (57% of max value = 765). Red value is 125 (49.22% from 255 or 28.87% from 433); Green value is 233 (91.41% from 255 or 53.81% from 433); Blue value is 75 (29.69% from 255 or 17.32% from 433); Max value from RGB is 233 - color contains mainly: green. Hex color #7DE94B is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #7DE94B is #8216B4. Grayscale: #B7B7B7. Windows color (decimal): -8525493 or 4974973. OLE color: 4974973.

HSL color Cylindrical-coordinate representation of color #7DE94B: hue angle of 101.01º degrees, saturation: 0.78, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #7DE94B is Cyan = 0.46, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.09.

Color convert

RGB12523375-
CMYK0.4600.680.09
HSL101.01º78.22%60.39%-
HSV(B)101.01º67.81%91.37%-
XYZ38.8763.1516.8-
YUV182.767.2286.85-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 28.87%
GREEN value IS 233 (91.41% from 255) = 53.81%
BLUE value IS 75 (29.69% from 255) = 17.32%
R=28.87%
G=53.81%
B=17.32%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal125233750.4600.680.09101.0178.2260.39
Hex7DE94B2E0449654e3c
Octal1753511135601041114511674
Binary111110111101001100101110111001000100100111001011001110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DE94B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7DE94B; }

 p { color: rgb(125,233,75); }

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

<style>
 a { background-color: #7DE94B; }

 a { background-color: rgb(125,233,75); }

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

<style>
 span { border-color: #7DE94B; }

 span { border-color: rgb(125,233,75); }

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