#7FD65A

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

Shades of Mantis #7FD65A

Tints of Mantis #7FD65A

Color information

#7FD65A (or 0x7FD65A) is unknown color: approx Mantis. HEX triplet: 7F, D6 and 5A. RGB value is (127,214,90). Sum of RGB (Red+Green+Blue) = 127+214+90=431 (57% of max value = 765). Red value is 127 (50% from 255 or 29.47% from 431); Green value is 214 (83.98% from 255 or 49.65% from 431); Blue value is 90 (35.55% from 255 or 20.88% from 431); Max value from RGB is 214 - color contains mainly: green. Hex color #7FD65A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7FD65A is #8029A5. Grayscale: #AEAEAE. Windows color (decimal): -8399270 or 5953151. OLE color: 5953151.

HSL color Cylindrical-coordinate representation of color #7FD65A: hue angle of 102.1º degrees, saturation: 0.6, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #7FD65A is Cyan = 0.41, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.16.

Color convert

RGB12721490-
CMYK0.4100.580.16
HSL102.1º60.19%59.61%-
HSV(B)102.1º57.94%83.92%-
XYZ34.6453.3418.14-
YUV173.8580.6894.58-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 29.47%
GREEN value IS 214 (83.98% from 255) = 49.65%
BLUE value IS 90 (35.55% from 255) = 20.88%
R=29.47%
G=49.65%
B=20.88%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal127214900.4100.580.16102.160.1959.61
Hex7FD65A2903A10663c3c
Octal17732613251072201467474
Binary11111111101011010110101010010111010100001100110111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FD65A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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