#6CDF42

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

Shades of Mantis #6CDF42

Tints of Mantis #6CDF42

Color information

#6CDF42 (or 0x6CDF42) is unknown color: approx Mantis. HEX triplet: 6C, DF and 42. RGB value is (108,223,66). Sum of RGB (Red+Green+Blue) = 108+223+66=397 (52% of max value = 765). Red value is 108 (42.58% from 255 or 27.20% from 397); Green value is 223 (87.5% from 255 or 56.17% from 397); Blue value is 66 (26.17% from 255 or 16.62% from 397); Max value from RGB is 223 - color contains mainly: green. Hex color #6CDF42 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6CDF42 is #9320BD. Grayscale: #ABABAB. Windows color (decimal): -9642174 or 4382572. OLE color: 4382572.

HSL color Cylindrical-coordinate representation of color #6CDF42: hue angle of 103.95º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #6CDF42 is Cyan = 0.52, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.13.

Color convert

RGB10822366-
CMYK0.5200.700.13
HSL103.95º71.04%56.67%-
HSV(B)103.95º70.4%87.45%-
XYZ33.5656.3614.26-
YUV170.7268.983.27-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 27.20%
GREEN value IS 223 (87.5% from 255) = 56.17%
BLUE value IS 66 (26.17% from 255) = 16.62%
R=27.20%
G=56.17%
B=16.62%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal108223660.5200.700.13103.9571.0456.67
Hex6CDF4234046D684739
Octal1543371026401061515010771
Binary110110011011111100001011010001000110110111010001000111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CDF42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,223,66); }

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

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

 a { background-color: rgb(108,223,66); }

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

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

 span { border-color: rgb(108,223,66); }

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