#7FD05E

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

Shades of Mantis #7FD05E

Tints of Mantis #7FD05E

Color information

#7FD05E (or 0x7FD05E) is unknown color: approx Mantis. HEX triplet: 7F, D0 and 5E. RGB value is (127,208,94). Sum of RGB (Red+Green+Blue) = 127+208+94=429 (56% of max value = 765). Red value is 127 (50% from 255 or 29.60% from 429); Green value is 208 (81.64% from 255 or 48.48% from 429); Blue value is 94 (37.11% from 255 or 21.91% from 429); Max value from RGB is 208 - color contains mainly: green. Hex color #7FD05E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7FD05E is #802FA1. Grayscale: #ABABAB. Windows color (decimal): -8400802 or 6213759. OLE color: 6213759.

HSL color Cylindrical-coordinate representation of color #7FD05E: hue angle of 102.63º degrees, saturation: 0.55, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7FD05E is Cyan = 0.39, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.18.

Color convert

RGB12720894-
CMYK0.3900.550.18
HSL102.63º54.81%59.22%-
HSV(B)102.63º54.81%81.57%-
XYZ33.3350.4318.57-
YUV170.7884.6696.77-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 29.60%
GREEN value IS 208 (81.64% from 255) = 48.48%
BLUE value IS 94 (37.11% from 255) = 21.91%
R=29.60%
G=48.48%
B=21.91%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal127208940.3900.550.18102.6354.8159.22
Hex7FD05E270371267373b
Octal17732013647067221476773
Binary11111111101000010111101001110110111100101100111110111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FD05E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,208,94); }

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

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

 a { background-color: rgb(127,208,94); }

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

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

 span { border-color: rgb(127,208,94); }

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