#75cd4a

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

Shades of Mantis #75CD4A

Tints of Mantis #75CD4A

Color information

#75CD4A (or 0x75CD4A) is unknown color: approx Mantis. HEX triplet: 75, CD and 4A. RGB value is (117,205,74). Sum of RGB (Red+Green+Blue) = 117+205+74=396 (52% of max value = 765). Red value is 117 (46.09% from 255 or 29.55% from 396); Green value is 205 (80.47% from 255 or 51.77% from 396); Blue value is 74 (29.30% from 255 or 18.69% from 396); Max value from RGB is 205 - color contains mainly: green. Hex color #75CD4A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #75CD4A is #8A32B5. Grayscale: #A4A4A4. Windows color (decimal): -9056950 or 4902261. OLE color: 4902261.

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

Color convert

RGB11720574-
CMYK0.4300.640.20
HSL100.31º56.71%54.71%-
HSV(B)100.31º63.9%80.39%-
XYZ30.447.9414.13-
YUV163.7577.3594.65-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 29.55%
GREEN value IS 205 (80.47% from 255) = 51.77%
BLUE value IS 74 (29.30% from 255) = 18.69%
R=29.55%
G=51.77%
B=18.69%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal117205740.4300.640.20100.3156.7154.71
Hex75CD4A2B04014643937
Octal165315112530100241447167
Binary111010111001101100101010101101000000101001100100111001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75cd4a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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