Html Css Color HEX #75DC4E Mantis

📋 copy color: '#75DC4E'

red 117 ◦ green 220 ◦ blue 78

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

Shades of Mantis #75DC4E

Tints of Mantis #75DC4E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 18.8%

R = 28.19%
G = 53.01%
B = 18.8%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.65

 K value IS 0.14

RGB Variations

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

Color information

#75DC4E (or 0x75DC4E) is known color: Mantis. HEX triplet: 75, DC and 4E. RGB value is (117,220,78). Sum of RGB (Red+Green+Blue) = 117+220+78=415 (54% of max value = 765). Red value is 117 (46.09% from 255 or 28.19% from 415); Green value is 220 (86.33% from 255 or 53.01% from 415); Blue value is 78 (30.86% from 255 or 18.80% from 415); Max value from RGB is 220 - color contains mainly: green. Hex color #75DC4E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75DC4E is #8A23B1. Grayscale: #ADADAD. Windows color (decimal): -9053106 or 5168245. OLE color: 5168245.

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

Color convert

RGB 117 220 78 -
CMYK 0.47 0 0.65 0.14
HSL 103.52º 0.67% 0.58% -
HSV(B) 103.52º 0.65% 0.86% -
XYZ 34.3 55.52 16.12 -
YUV 173.02 74.38 88.05 -
System Red Green Blue C M Y K H S L
Decimal 117 220 78 0.47 0 0.65 0.14 103.52 0.67 0.58
Hex 75 DC 4E 2F 0 41 E 68 43 3A
Octal 165 334 116 57 0 101 16 150 103 72
Binary 1110101 11011100 1001110 101111 0 1000001 1110 1101000 1000011 111010

Color Harmonies of #75DC4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75DC4E

Black with #75DC4E

Text Example


Text Example

White with #75DC4E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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