Html Css Color HEX #75D75D Mantis

📋 copy color: '#75D75D'

red 117 ◦ green 215 ◦ blue 93

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

Shades of Mantis #75D75D

Tints of Mantis #75D75D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 21.88%

R = 27.53%
G = 50.59%
B = 21.88%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.57

 K value IS 0.16

RGB Variations

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

Color information

#75D75D (or 0x75D75D) is known color: Mantis. HEX triplet: 75, D7 and 5D. RGB value is (117,215,93). Sum of RGB (Red+Green+Blue) = 117+215+93=425 (56% of max value = 765). Red value is 117 (46.09% from 255 or 27.53% from 425); Green value is 215 (84.38% from 255 or 50.59% from 425); Blue value is 93 (36.72% from 255 or 21.88% from 425); Max value from RGB is 215 - color contains mainly: green. Hex color #75D75D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75D75D is #8A28A2. Grayscale: #ACACAC. Windows color (decimal): -9054371 or 6150005. OLE color: 6150005.

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

Color convert

RGB 117 215 93 -
CMYK 0.46 0 0.57 0.16
HSL 108.2º 0.6% 0.6% -
HSV(B) 108.2º 0.57% 0.84% -
XYZ 33.61 53.17 18.85 -
YUV 171.79 83.53 88.92 -
System Red Green Blue C M Y K H S L
Decimal 117 215 93 0.46 0 0.57 0.16 108.2 0.6 0.6
Hex 75 D7 5D 2E 0 39 10 6C 3C 3C
Octal 165 327 135 56 0 71 20 154 74 74
Binary 1110101 11010111 1011101 101110 0 111001 10000 1101100 111100 111100

Color Harmonies of #75D75D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75D75D

Black with #75D75D

Text Example


Text Example

White with #75D75D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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