#6DBF5F

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

Shades of Mantis #6DBF5F

Tints of Mantis #6DBF5F

Color information

#6DBF5F (or 0x6DBF5F) is unknown color: approx Mantis. HEX triplet: 6D, BF and 5F. RGB value is (109,191,95). Sum of RGB (Red+Green+Blue) = 109+191+95=395 (52% of max value = 765). Red value is 109 (42.97% from 255 or 27.59% from 395); Green value is 191 (75% from 255 or 48.35% from 395); Blue value is 95 (37.5% from 255 or 24.05% from 395); Max value from RGB is 191 - color contains mainly: green. Hex color #6DBF5F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6DBF5F is #9240A0. Grayscale: #9B9B9B. Windows color (decimal): -9584801 or 6274925. OLE color: 6274925.

HSL color Cylindrical-coordinate representation of color #6DBF5F: hue angle of 111.25º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6DBF5F is Cyan = 0.43, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.25.

Color convert

RGB10919195-
CMYK0.4300.500.25
HSL111.25º42.86%56.08%-
HSV(B)111.25º50.26%74.9%-
XYZ2741.3417.38-
YUV155.5493.8394.81-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 27.59%
GREEN value IS 191 (75% from 255) = 48.35%
BLUE value IS 95 (37.5% from 255) = 24.05%
R=27.59%
G=48.35%
B=24.05%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal109191950.4300.500.25111.2542.8656.08
Hex6DBF5F2B032196f2b38
Octal15527713753062311575370
Binary11011011011111110111111010110110010110011101111101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DBF5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6DBF5F; }

 p { color: rgb(109,191,95); }

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

<style>
 a { background-color: #6DBF5F; }

 a { background-color: rgb(109,191,95); }

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

<style>
 span { border-color: #6DBF5F; }

 span { border-color: rgb(109,191,95); }

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