#7FD055

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

Shades of Mantis #7FD055

Tints of Mantis #7FD055

Color information

#7FD055 (or 0x7FD055) is unknown color: approx Mantis. HEX triplet: 7F, D0 and 55. RGB value is (127,208,85). Sum of RGB (Red+Green+Blue) = 127+208+85=420 (55% of max value = 765). Red value is 127 (50% from 255 or 30.24% from 420); Green value is 208 (81.64% from 255 or 49.52% from 420); Blue value is 85 (33.59% from 255 or 20.24% from 420); Max value from RGB is 208 - color contains mainly: green. Hex color #7FD055 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7FD055 is #802FAA. Grayscale: #AAAAAA. Windows color (decimal): -8400811 or 5623935. OLE color: 5623935.

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

Color convert

RGB12720885-
CMYK0.3900.590.18
HSL99.51º56.68%57.45%-
HSV(B)99.51º59.13%81.57%-
XYZ32.9550.2816.56-
YUV169.7680.1697.5-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 30.24%
GREEN value IS 208 (81.64% from 255) = 49.52%
BLUE value IS 85 (33.59% from 255) = 20.24%
R=30.24%
G=49.52%
B=20.24%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal127208850.3900.590.1899.5156.6857.45
Hex7FD0552703B12643939
Octal17732012547073221447171
Binary11111111101000010101011001110111011100101100100111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FD055

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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