Html Css Color HEX #75D140 Mantis

📋 copy color: '#75D140'

red 117 ◦ green 209 ◦ blue 64

#75D140
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mantis #75D140

Tints of Mantis #75D140

RGB

 RED value IS 117 (46.09% from 255) = 30%

 GREEN value IS 209 (82.03% from 255) = 53.59%

 BLUE value IS 64 (25.39% from 255) = 16.41%

R = 30%
G = 53.59%
B = 16.41%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.69

 K value IS 0.18

RGB Variations

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

Color information

#75D140 (or 0x75D140) is known color: Mantis. HEX triplet: 75, D1 and 40. RGB value is (117,209,64). Sum of RGB (Red+Green+Blue) = 117+209+64=390 (51% of max value = 765). Red value is 117 (46.09% from 255 or 30% from 390); Green value is 209 (82.03% from 255 or 53.59% from 390); Blue value is 64 (25.39% from 255 or 16.41% from 390); Max value from RGB is 209 - color contains mainly: green. Hex color #75D140 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #75D140 is #8A2EBF. Grayscale: #A5A5A5. Windows color (decimal): -9055936 or 4247925. OLE color: 4247925.

HSL color Cylindrical-coordinate representation of color #75D140: hue angle of 98.07º degrees, saturation: 0.61, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #75D140 is Cyan = 0.44, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.18.

Color convert

RGB 117 209 64 -
CMYK 0.44 0 0.69 0.18
HSL 98.07º 0.61% 0.54% -
HSV(B) 98.07º 0.69% 0.82% -
XYZ 31.06 49.75 12.82 -
YUV 164.96 71.02 93.79 -
System Red Green Blue C M Y K H S L
Decimal 117 209 64 0.44 0 0.69 0.18 98.07 0.61 0.54
Hex 75 D1 40 2C 0 45 12 62 3D 36
Octal 165 321 100 54 0 105 22 142 75 66
Binary 1110101 11010001 1000000 101100 0 1000101 10010 1100010 111101 110110

Color Harmonies of #75D140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75D140

Black with #75D140

Text Example


Text Example

White with #75D140

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,209,64); }

 H1.HeaderClassName
 {
   color: #75D140;
 }
 .AnyTagClassName
 {
   color: #75D140;
 }
</style>

background-color css

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

 a { background-color: rgb(117,209,64); }

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

border-color css

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

 span { border-color: rgb(117,209,64); }

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