Html Css Color HEX #75DC47 Mantis

📋 copy color: '#75DC47'

red 117 ◦ green 220 ◦ blue 71

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

Shades of Mantis #75DC47

Tints of Mantis #75DC47

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 17.4%

R = 28.68%
G = 53.92%
B = 17.4%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.68

 K value IS 0.14

RGB Variations

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

Color information

#75DC47 (or 0x75DC47) is known color: Mantis. HEX triplet: 75, DC and 47. RGB value is (117,220,71). Sum of RGB (Red+Green+Blue) = 117+220+71=408 (54% of max value = 765). Red value is 117 (46.09% from 255 or 28.68% from 408); Green value is 220 (86.33% from 255 or 53.92% from 408); Blue value is 71 (28.12% from 255 or 17.40% from 408); Max value from RGB is 220 - color contains mainly: green. Hex color #75DC47 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #75DC47 is #8A23B8. Grayscale: #ACACAC. Windows color (decimal): -9053113 or 4709493. OLE color: 4709493.

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

Color convert

RGB 117 220 71 -
CMYK 0.47 0 0.68 0.14
HSL 101.48º 0.68% 0.57% -
HSV(B) 101.48º 0.68% 0.86% -
XYZ 34.07 55.42 14.86 -
YUV 172.22 70.88 88.62 -
System Red Green Blue C M Y K H S L
Decimal 117 220 71 0.47 0 0.68 0.14 101.48 0.68 0.57
Hex 75 DC 47 2F 0 44 E 65 44 39
Octal 165 334 107 57 0 104 16 145 104 71
Binary 1110101 11011100 1000111 101111 0 1000100 1110 1100101 1000100 111001

Color Harmonies of #75DC47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75DC47

Black with #75DC47

Text Example


Text Example

White with #75DC47

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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