Html Css Color HEX #75D451 Mantis

📋 copy color: '#75D451'

red 117 ◦ green 212 ◦ blue 81

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

Shades of Mantis #75D451

Tints of Mantis #75D451

RGB

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

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

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

R = 28.54%
G = 51.71%
B = 19.76%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.62

 K value IS 0.17

RGB Variations

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

Color information

#75D451 (or 0x75D451) is known color: Mantis. HEX triplet: 75, D4 and 51. RGB value is (117,212,81). Sum of RGB (Red+Green+Blue) = 117+212+81=410 (54% of max value = 765). Red value is 117 (46.09% from 255 or 28.54% from 410); Green value is 212 (83.20% from 255 or 51.71% from 410); Blue value is 81 (32.03% from 255 or 19.76% from 410); Max value from RGB is 212 - color contains mainly: green. Hex color #75D451 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75D451 is #8A2BAE. Grayscale: #A9A9A9. Windows color (decimal): -9055151 or 5362805. OLE color: 5362805.

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

Color convert

RGB 117 212 81 -
CMYK 0.45 0 0.62 0.17
HSL 103.51º 0.6% 0.57% -
HSV(B) 103.51º 0.62% 0.83% -
XYZ 32.36 51.46 16.01 -
YUV 168.66 78.53 91.15 -
System Red Green Blue C M Y K H S L
Decimal 117 212 81 0.45 0 0.62 0.17 103.51 0.6 0.57
Hex 75 D4 51 2D 0 3E 11 68 3C 39
Octal 165 324 121 55 0 76 21 150 74 71
Binary 1110101 11010100 1010001 101101 0 111110 10001 1101000 111100 111001

Color Harmonies of #75D451

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75D451

Black with #75D451

Text Example


Text Example

White with #75D451

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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