Html Css Color HEX #75DC45 Mantis

📋 copy color: '#75DC45'

red 117 ◦ green 220 ◦ blue 69

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

Shades of Mantis #75DC45

Tints of Mantis #75DC45

RGB

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

 GREEN value IS 220 (86.33% from 255) = 54.19%

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

R = 28.82%
G = 54.19%
B = 17%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.69

 K value IS 0.14

RGB Variations

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

Color information

#75DC45 (or 0x75DC45) is known color: Mantis. HEX triplet: 75, DC and 45. RGB value is (117,220,69). Sum of RGB (Red+Green+Blue) = 117+220+69=406 (53% of max value = 765). Red value is 117 (46.09% from 255 or 28.82% from 406); Green value is 220 (86.33% from 255 or 54.19% from 406); Blue value is 69 (27.34% from 255 or 17.00% from 406); Max value from RGB is 220 - color contains mainly: green. Hex color #75DC45 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #75DC45 is #8A23BA. Grayscale: #ACACAC. Windows color (decimal): -9053115 or 4578421. OLE color: 4578421.

HSL color Cylindrical-coordinate representation of color #75DC45: hue angle of 100.93º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #75DC45 is Cyan = 0.47, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.14.

Color convert

RGB 117 220 69 -
CMYK 0.47 0 0.69 0.14
HSL 100.93º 0.68% 0.57% -
HSV(B) 100.93º 0.69% 0.86% -
XYZ 34 55.4 14.53 -
YUV 171.99 69.88 88.78 -
System Red Green Blue C M Y K H S L
Decimal 117 220 69 0.47 0 0.69 0.14 100.93 0.68 0.57
Hex 75 DC 45 2F 0 45 E 65 44 39
Octal 165 334 105 57 0 105 16 145 104 71
Binary 1110101 11011100 1000101 101111 0 1000101 1110 1100101 1000100 111001

Color Harmonies of #75DC45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75DC45

Black with #75DC45

Text Example


Text Example

White with #75DC45

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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