#6CC95A

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

Shades of Mantis #6CC95A

Tints of Mantis #6CC95A

Color information

#6CC95A (or 0x6CC95A) is unknown color: approx Mantis. HEX triplet: 6C, C9 and 5A. RGB value is (108,201,90). Sum of RGB (Red+Green+Blue) = 108+201+90=399 (52% of max value = 765). Red value is 108 (42.58% from 255 or 27.07% from 399); Green value is 201 (78.91% from 255 or 50.38% from 399); Blue value is 90 (35.55% from 255 or 22.56% from 399); Max value from RGB is 201 - color contains mainly: green. Hex color #6CC95A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6CC95A is #9336A5. Grayscale: #A0A0A0. Windows color (decimal): -9647782 or 5949804. OLE color: 5949804.

HSL color Cylindrical-coordinate representation of color #6CC95A: hue angle of 110.27º 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 #6CC95A is Cyan = 0.46, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.21.

Color convert

RGB10820190-
CMYK0.4600.550.21
HSL110.27º50.68%57.06%-
HSV(B)110.27º55.22%78.82%-
XYZ28.9245.716.97-
YUV160.5488.1990.53-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 27.07%
GREEN value IS 201 (78.91% from 255) = 50.38%
BLUE value IS 90 (35.55% from 255) = 22.56%
R=27.07%
G=50.38%
B=22.56%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal108201900.4600.550.21110.2750.6857.06
Hex6CC95A2E037156e3339
Octal15431113256067251566371
Binary11011001100100110110101011100110111101011101110110011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CC95A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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