Html Css Color HEX #75C36B Mantis

📋 copy color: '#75C36B'

red 117 ◦ green 195 ◦ blue 107

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

Shades of Mantis #75C36B

Tints of Mantis #75C36B

RGB

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

 GREEN value IS 195 (76.56% from 255) = 46.54%

 BLUE value IS 107 (42.19% from 255) = 25.54%

R = 27.92%
G = 46.54%
B = 25.54%

CMYK

 C value IS 0.4

 M value IS 0

 Y value IS 0.45

 K value IS 0.24

RGB Variations

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

Color information

#75C36B (or 0x75C36B) is known color: Mantis. HEX triplet: 75, C3 and 6B. RGB value is (117,195,107). Sum of RGB (Red+Green+Blue) = 117+195+107=419 (55% of max value = 765). Red value is 117 (46.09% from 255 or 27.92% from 419); Green value is 195 (76.56% from 255 or 46.54% from 419); Blue value is 107 (42.19% from 255 or 25.54% from 419); Max value from RGB is 195 - color contains mainly: green. Hex color #75C36B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75C36B is #8A3C94. Grayscale: #A1A1A1. Windows color (decimal): -9059477 or 7062389. OLE color: 7062389.

HSL color Cylindrical-coordinate representation of color #75C36B: hue angle of 113.18º degrees, saturation: 0.42, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #75C36B is Cyan = 0.4, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.24.

Color convert

RGB 117 195 107 -
CMYK 0.4 0 0.45 0.24
HSL 113.18º 0.42% 0.59% -
HSV(B) 113.18º 0.45% 0.76% -
XYZ 29.51 43.87 20.82 -
YUV 161.65 97.16 96.16 -
System Red Green Blue C M Y K H S L
Decimal 117 195 107 0.4 0 0.45 0.24 113.18 0.42 0.59
Hex 75 C3 6B 28 0 2D 18 71 2A 3B
Octal 165 303 153 50 0 55 30 161 52 73
Binary 1110101 11000011 1101011 101000 0 101101 11000 1110001 101010 111011

Color Harmonies of #75C36B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75C36B

Black with #75C36B

Text Example


Text Example

White with #75C36B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,195,107); }

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

background-color css

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

 a { background-color: rgb(117,195,107); }

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

border-color css

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

 span { border-color: rgb(117,195,107); }

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