#75CD62

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

Shades of Mantis #75CD62

Tints of Mantis #75CD62

Color information

#75CD62 (or 0x75CD62) is unknown color: approx Mantis. HEX triplet: 75, CD and 62. RGB value is (117,205,98). Sum of RGB (Red+Green+Blue) = 117+205+98=420 (55% of max value = 765). Red value is 117 (46.09% from 255 or 27.86% from 420); Green value is 205 (80.47% from 255 or 48.81% from 420); Blue value is 98 (38.67% from 255 or 23.33% from 420); Max value from RGB is 205 - color contains mainly: green. Hex color #75CD62 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75CD62 is #8A329D. Grayscale: #A6A6A6. Windows color (decimal): -9056926 or 6475125. OLE color: 6475125.

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

Color convert

RGB11720598-
CMYK0.4300.520.20
HSL109.35º51.69%59.41%-
HSV(B)109.35º52.2%80.39%-
XYZ31.3748.3319.23-
YUV166.4989.3592.7-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 27.86%
GREEN value IS 205 (80.47% from 255) = 48.81%
BLUE value IS 98 (38.67% from 255) = 23.33%
R=27.86%
G=48.81%
B=23.33%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal117205980.4300.520.20109.3551.6959.41
Hex75CD622B034146d343b
Octal16531514253064241556473
Binary11101011100110111000101010110110100101001101101110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75CD62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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