#7FDF5A

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

Shades of Mantis #7FDF5A

Tints of Mantis #7FDF5A

Color information

#7FDF5A (or 0x7FDF5A) is unknown color: approx Mantis. HEX triplet: 7F, DF and 5A. RGB value is (127,223,90). Sum of RGB (Red+Green+Blue) = 127+223+90=440 (58% of max value = 765). Red value is 127 (50% from 255 or 28.86% from 440); Green value is 223 (87.5% from 255 or 50.68% from 440); Blue value is 90 (35.55% from 255 or 20.45% from 440); Max value from RGB is 223 - color contains mainly: green. Hex color #7FDF5A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7FDF5A is #8020A5. Grayscale: #B3B3B3. Windows color (decimal): -8396966 or 5955455. OLE color: 5955455.

HSL color Cylindrical-coordinate representation of color #7FDF5A: hue angle of 103.31º degrees, saturation: 0.68, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7FDF5A is Cyan = 0.43, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.13.

Color convert

RGB12722390-
CMYK0.4300.600.13
HSL103.31º67.51%61.37%-
HSV(B)103.31º59.64%87.45%-
XYZ36.9958.0318.92-
YUV179.1377.790.81-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 28.86%
GREEN value IS 223 (87.5% from 255) = 50.68%
BLUE value IS 90 (35.55% from 255) = 20.45%
R=28.86%
G=50.68%
B=20.45%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal127223900.4300.600.13103.3167.5161.37
Hex7FDF5A2B03CD67443d
Octal177337132530741514710475
Binary11111111101111110110101010110111100110111001111000100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FDF5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,223,90); }

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

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

 a { background-color: rgb(127,223,90); }

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

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

 span { border-color: rgb(127,223,90); }

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