Html Css Color HEX #75D356 Mantis

📋 copy color: '#75D356'

red 117 ◦ green 211 ◦ blue 86

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

Shades of Mantis #75D356

Tints of Mantis #75D356

RGB

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

 GREEN value IS 211 (82.81% from 255) = 50.97%

 BLUE value IS 86 (33.98% from 255) = 20.77%

R = 28.26%
G = 50.97%
B = 20.77%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.59

 K value IS 0.17

RGB Variations

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

Color information

#75D356 (or 0x75D356) is known color: Mantis. HEX triplet: 75, D3 and 56. RGB value is (117,211,86). Sum of RGB (Red+Green+Blue) = 117+211+86=414 (54% of max value = 765). Red value is 117 (46.09% from 255 or 28.26% from 414); Green value is 211 (82.81% from 255 or 50.97% from 414); Blue value is 86 (33.98% from 255 or 20.77% from 414); Max value from RGB is 211 - color contains mainly: green. Hex color #75D356 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75D356 is #8A2CA9. Grayscale: #A9A9A9. Windows color (decimal): -9055402 or 5690229. OLE color: 5690229.

HSL color Cylindrical-coordinate representation of color #75D356: hue angle of 105.12º degrees, saturation: 0.59, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #75D356 is Cyan = 0.45, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.17.

Color convert

RGB 117 211 86 -
CMYK 0.45 0 0.59 0.17
HSL 105.12º 0.59% 0.58% -
HSV(B) 105.12º 0.59% 0.83% -
XYZ 32.31 51.04 16.95 -
YUV 168.64 81.36 91.16 -
System Red Green Blue C M Y K H S L
Decimal 117 211 86 0.45 0 0.59 0.17 105.12 0.59 0.58
Hex 75 D3 56 2D 0 3B 11 69 3B 3A
Octal 165 323 126 55 0 73 21 151 73 72
Binary 1110101 11010011 1010110 101101 0 111011 10001 1101001 111011 111010

Color Harmonies of #75D356

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75D356

Black with #75D356

Text Example


Text Example

White with #75D356

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,211,86); }

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

background-color css

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

 a { background-color: rgb(117,211,86); }

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

border-color css

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

 span { border-color: rgb(117,211,86); }

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