Html Css Color HEX #75C965 Mantis

📋 copy color: '#75C965'

red 117 ◦ green 201 ◦ blue 101

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

Shades of Mantis #75C965

Tints of Mantis #75C965

RGB

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

 GREEN value IS 201 (78.91% from 255) = 47.97%

 BLUE value IS 101 (39.84% from 255) = 24.11%

R = 27.92%
G = 47.97%
B = 24.11%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.50

 K value IS 0.21

RGB Variations

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

Color information

#75C965 (or 0x75C965) is known color: Mantis. HEX triplet: 75, C9 and 65. RGB value is (117,201,101). Sum of RGB (Red+Green+Blue) = 117+201+101=419 (55% of max value = 765). Red value is 117 (46.09% from 255 or 27.92% from 419); Green value is 201 (78.91% from 255 or 47.97% from 419); Blue value is 101 (39.84% from 255 or 24.11% from 419); Max value from RGB is 201 - color contains mainly: green. Hex color #75C965 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75C965 is #8A369A. Grayscale: #A4A4A4. Windows color (decimal): -9057947 or 6670709. OLE color: 6670709.

HSL color Cylindrical-coordinate representation of color #75C965: hue angle of 110.4º degrees, saturation: 0.48, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #75C965 is Cyan = 0.42, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.21.

Color convert

RGB 117 201 101 -
CMYK 0.42 0 0.50 0.21
HSL 110.4º 0.48% 0.59% -
HSV(B) 110.4º 0.5% 0.79% -
XYZ 30.57 46.49 19.68 -
YUV 164.48 92.17 94.13 -
System Red Green Blue C M Y K H S L
Decimal 117 201 101 0.42 0 0.50 0.21 110.4 0.48 0.59
Hex 75 C9 65 2A 0 32 15 6E 30 3B
Octal 165 311 145 52 0 62 25 156 60 73
Binary 1110101 11001001 1100101 101010 0 110010 10101 1101110 110000 111011

Color Harmonies of #75C965

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75C965

Black with #75C965

Text Example


Text Example

White with #75C965

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,201,101); }

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

background-color css

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

 a { background-color: rgb(117,201,101); }

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

border-color css

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

 span { border-color: rgb(117,201,101); }

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