#75C866

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

Shades of Mantis #75C866

Tints of Mantis #75C866

Color information

#75C866 (or 0x75C866) is unknown color: approx Mantis. HEX triplet: 75, C8 and 66. RGB value is (117,200,102). Sum of RGB (Red+Green+Blue) = 117+200+102=419 (55% of max value = 765). Red value is 117 (46.09% from 255 or 27.92% from 419); Green value is 200 (78.52% from 255 or 47.73% from 419); Blue value is 102 (40.23% from 255 or 24.34% from 419); Max value from RGB is 200 - color contains mainly: green. Hex color #75C866 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75C866 is #8A3799. Grayscale: #A4A4A4. Windows color (decimal): -9058202 or 6735989. OLE color: 6735989.

HSL color Cylindrical-coordinate representation of color #75C866: hue angle of 110.82º degrees, saturation: 0.47, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #75C866 is Cyan = 0.42, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.22.

Color convert

RGB117200102-
CMYK0.4200.490.22
HSL110.82º47.12%59.22%-
HSV(B)110.82º49%78.43%-
XYZ30.3946.0519.86-
YUV164.019394.47-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 27.92%
GREEN value IS 200 (78.52% from 255) = 47.73%
BLUE value IS 102 (40.23% from 255) = 24.34%
R=27.92%
G=47.73%
B=24.34%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1172001020.4200.490.22110.8247.1259.22
Hex75C8662A031166f2f3b
Octal16531014652061261575773
Binary11101011100100011001101010100110001101101101111101111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75C866

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75C866; }

 p { color: rgb(117,200,102); }

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

<style>
 a { background-color: #75C866; }

 a { background-color: rgb(117,200,102); }

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

<style>
 span { border-color: #75C866; }

 span { border-color: rgb(117,200,102); }

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