Html Css Color HEX #75C75D Mantis

📋 copy color: '#75C75D'

red 117 ◦ green 199 ◦ blue 93

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

Shades of Mantis #75C75D

Tints of Mantis #75C75D

RGB

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

 GREEN value IS 199 (78.13% from 255) = 48.66%

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

R = 28.61%
G = 48.66%
B = 22.74%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.53

 K value IS 0.22

RGB Variations

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

Color information

#75C75D (or 0x75C75D) is known color: Mantis. HEX triplet: 75, C7 and 5D. RGB value is (117,199,93). Sum of RGB (Red+Green+Blue) = 117+199+93=409 (54% of max value = 765). Red value is 117 (46.09% from 255 or 28.61% from 409); Green value is 199 (78.12% from 255 or 48.66% from 409); Blue value is 93 (36.72% from 255 or 22.74% from 409); Max value from RGB is 199 - color contains mainly: green. Hex color #75C75D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75C75D is #8A38A2. Grayscale: #A2A2A2. Windows color (decimal): -9058467 or 6145909. OLE color: 6145909.

HSL color Cylindrical-coordinate representation of color #75C75D: hue angle of 106.42º degrees, saturation: 0.49, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #75C75D is Cyan = 0.41, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.22.

Color convert

RGB 117 199 93 -
CMYK 0.41 0 0.53 0.22
HSL 106.42º 0.49% 0.57% -
HSV(B) 106.42º 0.53% 0.78% -
XYZ 29.74 45.42 17.56 -
YUV 162.4 88.83 95.62 -
System Red Green Blue C M Y K H S L
Decimal 117 199 93 0.41 0 0.53 0.22 106.42 0.49 0.57
Hex 75 C7 5D 29 0 35 16 6A 31 39
Octal 165 307 135 51 0 65 26 152 61 71
Binary 1110101 11000111 1011101 101001 0 110101 10110 1101010 110001 111001

Color Harmonies of #75C75D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75C75D

Black with #75C75D

Text Example


Text Example

White with #75C75D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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