Html Css Color HEX #75D751 Mantis

📋 copy color: '#75D751'

red 117 ◦ green 215 ◦ blue 81

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

Shades of Mantis #75D751

Tints of Mantis #75D751

RGB

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

 GREEN value IS 215 (84.38% from 255) = 52.06%

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

R = 28.33%
G = 52.06%
B = 19.61%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.62

 K value IS 0.16

RGB Variations

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

Color information

#75D751 (or 0x75D751) is known color: Mantis. HEX triplet: 75, D7 and 51. RGB value is (117,215,81). Sum of RGB (Red+Green+Blue) = 117+215+81=413 (54% of max value = 765). Red value is 117 (46.09% from 255 or 28.33% from 413); Green value is 215 (84.38% from 255 or 52.06% from 413); Blue value is 81 (32.03% from 255 or 19.61% from 413); Max value from RGB is 215 - color contains mainly: green. Hex color #75D751 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75D751 is #8A28AE. Grayscale: #AAAAAA. Windows color (decimal): -9054383 or 5363573. OLE color: 5363573.

HSL color Cylindrical-coordinate representation of color #75D751: hue angle of 103.88º degrees, saturation: 0.63, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #75D751 is Cyan = 0.46, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.16.

Color convert

RGB 117 215 81 -
CMYK 0.46 0 0.62 0.16
HSL 103.88º 0.63% 0.58% -
HSV(B) 103.88º 0.62% 0.84% -
XYZ 33.12 52.98 16.26 -
YUV 170.42 77.53 89.9 -
System Red Green Blue C M Y K H S L
Decimal 117 215 81 0.46 0 0.62 0.16 103.88 0.63 0.58
Hex 75 D7 51 2E 0 3E 10 68 3F 3A
Octal 165 327 121 56 0 76 20 150 77 72
Binary 1110101 11010111 1010001 101110 0 111110 10000 1101000 111111 111010

Color Harmonies of #75D751

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75D751

Black with #75D751

Text Example


Text Example

White with #75D751

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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