#75CA62

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

Shades of Mantis #75CA62

Tints of Mantis #75CA62

Color information

#75CA62 (or 0x75CA62) is unknown color: approx Mantis. HEX triplet: 75, CA and 62. RGB value is (117,202,98). Sum of RGB (Red+Green+Blue) = 117+202+98=417 (55% of max value = 765). Red value is 117 (46.09% from 255 or 28.06% from 417); Green value is 202 (79.30% from 255 or 48.44% from 417); Blue value is 98 (38.67% from 255 or 23.50% from 417); Max value from RGB is 202 - color contains mainly: green. Hex color #75CA62 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75CA62 is #8A359D. Grayscale: #A5A5A5. Windows color (decimal): -9057694 or 6474357. OLE color: 6474357.

HSL color Cylindrical-coordinate representation of color #75CA62: hue angle of 109.04º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #75CA62 is Cyan = 0.42, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.21.

Color convert

RGB11720298-
CMYK0.4200.510.21
HSL109.04º49.52%58.82%-
HSV(B)109.04º51.49%79.22%-
XYZ30.6646.918.99-
YUV164.7390.3493.96-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 28.06%
GREEN value IS 202 (79.30% from 255) = 48.44%
BLUE value IS 98 (38.67% from 255) = 23.50%
R=28.06%
G=48.44%
B=23.50%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal117202980.4200.510.21109.0449.5258.82
Hex75CA622A033156d323b
Octal16531214252063251556273
Binary11101011100101011000101010100110011101011101101110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75CA62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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