#6BC95A

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

Shades of Mantis #6BC95A

Tints of Mantis #6BC95A

Color information

#6BC95A (or 0x6BC95A) is unknown color: approx Mantis. HEX triplet: 6B, C9 and 5A. RGB value is (107,201,90). Sum of RGB (Red+Green+Blue) = 107+201+90=398 (52% of max value = 765). Red value is 107 (42.19% from 255 or 26.88% from 398); Green value is 201 (78.91% from 255 or 50.50% from 398); Blue value is 90 (35.55% from 255 or 22.61% from 398); Max value from RGB is 201 - color contains mainly: green. Hex color #6BC95A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6BC95A is #9436A5. Grayscale: #A0A0A0. Windows color (decimal): -9713318 or 5949803. OLE color: 5949803.

HSL color Cylindrical-coordinate representation of color #6BC95A: hue angle of 110.81º degrees, saturation: 0.51, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6BC95A is Cyan = 0.47, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.21.

Color convert

RGB10720190-
CMYK0.4700.550.21
HSL110.81º50.68%57.06%-
HSV(B)110.81º55.22%78.82%-
XYZ28.845.6416.96-
YUV160.2488.3690.03-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 26.88%
GREEN value IS 201 (78.91% from 255) = 50.50%
BLUE value IS 90 (35.55% from 255) = 22.61%
R=26.88%
G=50.50%
B=22.61%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal107201900.4700.550.21110.8150.6857.06
Hex6BC95A2F037156f3339
Octal15331113257067251576371
Binary11010111100100110110101011110110111101011101111110011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BC95A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,201,90); }

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

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

 a { background-color: rgb(107,201,90); }

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

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

 span { border-color: rgb(107,201,90); }

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