Html Css Color HEX #75D151 Mantis

📋 copy color: '#75D151'

red 117 ◦ green 209 ◦ blue 81

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

Shades of Mantis #75D151

Tints of Mantis #75D151

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 19.9%

R = 28.75%
G = 51.35%
B = 19.9%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.61

 K value IS 0.18

RGB Variations

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

Color information

#75D151 (or 0x75D151) is known color: Mantis. HEX triplet: 75, D1 and 51. RGB value is (117,209,81). Sum of RGB (Red+Green+Blue) = 117+209+81=407 (53% of max value = 765). Red value is 117 (46.09% from 255 or 28.75% from 407); Green value is 209 (82.03% from 255 or 51.35% from 407); Blue value is 81 (32.03% from 255 or 19.90% from 407); Max value from RGB is 209 - color contains mainly: green. Hex color #75D151 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75D151 is #8A2EAE. Grayscale: #A7A7A7. Windows color (decimal): -9055919 or 5362037. OLE color: 5362037.

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

Color convert

RGB 117 209 81 -
CMYK 0.44 0 0.61 0.18
HSL 103.13º 0.58% 0.57% -
HSV(B) 103.13º 0.61% 0.82% -
XYZ 31.62 49.98 15.76 -
YUV 166.9 79.52 92.41 -
System Red Green Blue C M Y K H S L
Decimal 117 209 81 0.44 0 0.61 0.18 103.13 0.58 0.57
Hex 75 D1 51 2C 0 3D 12 67 3A 39
Octal 165 321 121 54 0 75 22 147 72 71
Binary 1110101 11010001 1010001 101100 0 111101 10010 1100111 111010 111001

Color Harmonies of #75D151

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75D151

Black with #75D151

Text Example


Text Example

White with #75D151

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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