#7DDE41

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

Shades of Mantis #7DDE41

Tints of Mantis #7DDE41

Color information

#7DDE41 (or 0x7DDE41) is unknown color: approx Mantis. HEX triplet: 7D, DE and 41. RGB value is (125,222,65). Sum of RGB (Red+Green+Blue) = 125+222+65=412 (54% of max value = 765). Red value is 125 (49.22% from 255 or 30.34% from 412); Green value is 222 (87.11% from 255 or 53.88% from 412); Blue value is 65 (25.78% from 255 or 15.78% from 412); Max value from RGB is 222 - color contains mainly: green. Hex color #7DDE41 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7DDE41 is #8221BE. Grayscale: #AFAFAF. Windows color (decimal): -8528319 or 4316797. OLE color: 4316797.

HSL color Cylindrical-coordinate representation of color #7DDE41: hue angle of 97.07º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #7DDE41 is Cyan = 0.44, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.13.

Color convert

RGB12522265-
CMYK0.4400.710.13
HSL97.07º70.4%56.27%-
HSV(B)97.07º70.72%87.06%-
XYZ35.5356.9814.13-
YUV175.165.8692.27-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 30.34%
GREEN value IS 222 (87.11% from 255) = 53.88%
BLUE value IS 65 (25.78% from 255) = 15.78%
R=30.34%
G=53.88%
B=15.78%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal125222650.4400.710.1397.0770.456.27
Hex7DDE412C047D614638
Octal1753361015401071514110670
Binary111110111011110100000110110001000111110111000011000110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DDE41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,222,65); }

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

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

 a { background-color: rgb(125,222,65); }

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

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

 span { border-color: rgb(125,222,65); }

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