Html Css Color HEX #75C352 Mantis

📋 copy color: '#75C352'

red 117 ◦ green 195 ◦ blue 82

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

Shades of Mantis #75C352

Tints of Mantis #75C352

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 20.81%

R = 29.7%
G = 49.49%
B = 20.81%

CMYK

 C value IS 0.4

 M value IS 0

 Y value IS 0.58

 K value IS 0.24

RGB Variations

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

Color information

#75C352 (or 0x75C352) is known color: Mantis. HEX triplet: 75, C3 and 52. RGB value is (117,195,82). Sum of RGB (Red+Green+Blue) = 117+195+82=394 (52% of max value = 765). Red value is 117 (46.09% from 255 or 29.70% from 394); Green value is 195 (76.56% from 255 or 49.49% from 394); Blue value is 82 (32.42% from 255 or 20.81% from 394); Max value from RGB is 195 - color contains mainly: green. Hex color #75C352 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75C352 is #8A3CAD. Grayscale: #9F9F9F. Windows color (decimal): -9059502 or 5423989. OLE color: 5423989.

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

Color convert

RGB 117 195 82 -
CMYK 0.4 0 0.58 0.24
HSL 101.42º 0.48% 0.54% -
HSV(B) 101.42º 0.58% 0.76% -
XYZ 28.37 43.42 14.87 -
YUV 158.8 84.66 98.19 -
System Red Green Blue C M Y K H S L
Decimal 117 195 82 0.4 0 0.58 0.24 101.42 0.48 0.54
Hex 75 C3 52 28 0 3A 18 65 30 36
Octal 165 303 122 50 0 72 30 145 60 66
Binary 1110101 11000011 1010010 101000 0 111010 11000 1100101 110000 110110

Color Harmonies of #75C352

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75C352

Black with #75C352

Text Example


Text Example

White with #75C352

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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