Html Css Color HEX #75D040 Mantis

📋 copy color: '#75D040'

red 117 ◦ green 208 ◦ blue 64

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

Shades of Mantis #75D040

Tints of Mantis #75D040

RGB

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

 GREEN value IS 208 (81.64% from 255) = 53.47%

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

R = 30.08%
G = 53.47%
B = 16.45%

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

#75D040 (or 0x75D040) is known color: Mantis. HEX triplet: 75, D0 and 40. RGB value is (117,208,64). Sum of RGB (Red+Green+Blue) = 117+208+64=389 (51% of max value = 765). Red value is 117 (46.09% from 255 or 30.08% from 389); Green value is 208 (81.64% from 255 or 53.47% from 389); Blue value is 64 (25.39% from 255 or 16.45% from 389); Max value from RGB is 208 - color contains mainly: green. Hex color #75D040 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #75D040 is #8A2FBF. Grayscale: #A4A4A4. Windows color (decimal): -9056192 or 4247669. OLE color: 4247669.

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

Color convert

RGB 117 208 64 -
CMYK 0.44 0 0.69 0.18
HSL 97.92º 0.61% 0.53% -
HSV(B) 97.92º 0.69% 0.82% -
XYZ 30.82 49.26 12.74 -
YUV 164.38 71.35 94.21 -
System Red Green Blue C M Y K H S L
Decimal 117 208 64 0.44 0 0.69 0.18 97.92 0.61 0.53
Hex 75 D0 40 2C 0 45 12 62 3D 35
Octal 165 320 100 54 0 105 22 142 75 65
Binary 1110101 11010000 1000000 101100 0 1000101 10010 1100010 111101 110101

Color Harmonies of #75D040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75D040

Black with #75D040

Text Example


Text Example

White with #75D040

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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