Html Css Color HEX #75D461 Mantis

📋 copy color: '#75D461'

red 117 ◦ green 212 ◦ blue 97

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

Shades of Mantis #75D461

Tints of Mantis #75D461

RGB

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

 GREEN value IS 212 (83.2% from 255) = 49.77%

 BLUE value IS 97 (38.28% from 255) = 22.77%

R = 27.46%
G = 49.77%
B = 22.77%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.54

 K value IS 0.17

RGB Variations

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

Color information

#75D461 (or 0x75D461) is known color: Mantis. HEX triplet: 75, D4 and 61. RGB value is (117,212,97). Sum of RGB (Red+Green+Blue) = 117+212+97=426 (56% of max value = 765). Red value is 117 (46.09% from 255 or 27.46% from 426); Green value is 212 (83.20% from 255 or 49.77% from 426); Blue value is 97 (38.28% from 255 or 22.77% from 426); Max value from RGB is 212 - color contains mainly: green. Hex color #75D461 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75D461 is #8A2B9E. Grayscale: #AAAAAA. Windows color (decimal): -9055135 or 6411381. OLE color: 6411381.

HSL color Cylindrical-coordinate representation of color #75D461: hue angle of 109.57º degrees, saturation: 0.57, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #75D461 is Cyan = 0.45, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.17.

Color convert

RGB 117 212 97 -
CMYK 0.45 0 0.54 0.17
HSL 109.57º 0.57% 0.61% -
HSV(B) 109.57º 0.54% 0.83% -
XYZ 33.04 51.73 19.55 -
YUV 170.49 86.53 89.85 -
System Red Green Blue C M Y K H S L
Decimal 117 212 97 0.45 0 0.54 0.17 109.57 0.57 0.61
Hex 75 D4 61 2D 0 36 11 6E 39 3D
Octal 165 324 141 55 0 66 21 156 71 75
Binary 1110101 11010100 1100001 101101 0 110110 10001 1101110 111001 111101

Color Harmonies of #75D461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75D461

Black with #75D461

Text Example


Text Example

White with #75D461

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,212,97); }

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

background-color css

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

 a { background-color: rgb(117,212,97); }

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

border-color css

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

 span { border-color: rgb(117,212,97); }

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