#75CC4B

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

Shades of Mantis #75CC4B

Tints of Mantis #75CC4B

Color information

#75CC4B (or 0x75CC4B) is unknown color: approx Mantis. HEX triplet: 75, CC and 4B. RGB value is (117,204,75). Sum of RGB (Red+Green+Blue) = 117+204+75=396 (52% of max value = 765). Red value is 117 (46.09% from 255 or 29.55% from 396); Green value is 204 (80.08% from 255 or 51.52% from 396); Blue value is 75 (29.69% from 255 or 18.94% from 396); Max value from RGB is 204 - color contains mainly: green. Hex color #75CC4B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #75CC4B is #8A33B4. Grayscale: #A3A3A3. Windows color (decimal): -9057205 or 4967541. OLE color: 4967541.

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

Color convert

RGB11720475-
CMYK0.4300.630.2
HSL100.47º55.84%54.71%-
HSV(B)100.47º63.24%80%-
XYZ30.247.4814.23-
YUV163.2878.1894.99-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 29.55%
GREEN value IS 204 (80.08% from 255) = 51.52%
BLUE value IS 75 (29.69% from 255) = 18.94%
R=29.55%
G=51.52%
B=18.94%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal117204750.4300.630.2100.4755.8454.71
Hex75CC4B2B03F14643837
Octal16531411353077241447067
Binary11101011100110010010111010110111111101001100100111000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75CC4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,204,75); }

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

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

 a { background-color: rgb(117,204,75); }

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

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

 span { border-color: rgb(117,204,75); }

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