Html Css Color HEX #75E345 Mantis

📋 copy color: '#75E345'

red 117 ◦ green 227 ◦ blue 69

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

Shades of Mantis #75E345

Tints of Mantis #75E345

RGB

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

 GREEN value IS 227 (89.06% from 255) = 54.96%

 BLUE value IS 69 (27.34% from 255) = 16.71%

R = 28.33%
G = 54.96%
B = 16.71%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.70

 K value IS 0.11

RGB Variations

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

Color information

#75E345 (or 0x75E345) is known color: Mantis. HEX triplet: 75, E3 and 45. RGB value is (117,227,69). Sum of RGB (Red+Green+Blue) = 117+227+69=413 (54% of max value = 765). Red value is 117 (46.09% from 255 or 28.33% from 413); Green value is 227 (89.06% from 255 or 54.96% from 413); Blue value is 69 (27.34% from 255 or 16.71% from 413); Max value from RGB is 227 - color contains mainly: green. Hex color #75E345 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #75E345 is #8A1CBA. Grayscale: #B0B0B0. Windows color (decimal): -9051323 or 4580213. OLE color: 4580213.

HSL color Cylindrical-coordinate representation of color #75E345: hue angle of 101.77º degrees, saturation: 0.74, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #75E345 is Cyan = 0.48, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.11.

Color convert

RGB 117 227 69 -
CMYK 0.48 0 0.70 0.11
HSL 101.77º 0.74% 0.58% -
HSV(B) 101.77º 0.7% 0.89% -
XYZ 35.88 59.15 15.16 -
YUV 176.1 67.56 85.85 -
System Red Green Blue C M Y K H S L
Decimal 117 227 69 0.48 0 0.70 0.11 101.77 0.74 0.58
Hex 75 E3 45 30 0 46 B 66 4A 3A
Octal 165 343 105 60 0 106 13 146 112 72
Binary 1110101 11100011 1000101 110000 0 1000110 1011 1100110 1001010 111010

Color Harmonies of #75E345

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75E345

Black with #75E345

Text Example


Text Example

White with #75E345

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,227,69); }

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

background-color css

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

 a { background-color: rgb(117,227,69); }

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

border-color css

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

 span { border-color: rgb(117,227,69); }

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