#75CD65

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

Shades of Mantis #75CD65

Tints of Mantis #75CD65

Color information

#75CD65 (or 0x75CD65) is unknown color: approx Mantis. HEX triplet: 75, CD and 65. RGB value is (117,205,101). Sum of RGB (Red+Green+Blue) = 117+205+101=423 (56% of max value = 765). Red value is 117 (46.09% from 255 or 27.66% from 423); Green value is 205 (80.47% from 255 or 48.46% from 423); Blue value is 101 (39.84% from 255 or 23.88% from 423); Max value from RGB is 205 - color contains mainly: green. Hex color #75CD65 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75CD65 is #8A329A. Grayscale: #A7A7A7. Windows color (decimal): -9056923 or 6671733. OLE color: 6671733.

HSL color Cylindrical-coordinate representation of color #75CD65: hue angle of 110.77º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #75CD65 is Cyan = 0.43, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.20.

Color convert

RGB117205101-
CMYK0.4300.510.20
HSL110.77º50.98%60%-
HSV(B)110.77º50.73%80.39%-
XYZ31.5248.3819.99-
YUV166.8390.8592.46-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 27.66%
GREEN value IS 205 (80.47% from 255) = 48.46%
BLUE value IS 101 (39.84% from 255) = 23.88%
R=27.66%
G=48.46%
B=23.88%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1172051010.4300.510.20110.7750.9860
Hex75CD652B033146f333c
Octal16531514553063241576374
Binary11101011100110111001011010110110011101001101111110011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75CD65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,205,101); }

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

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

 a { background-color: rgb(117,205,101); }

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

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

 span { border-color: rgb(117,205,101); }

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