Html Css Color HEX #75DC4C Mantis

📋 copy color: '#75DC4C'

red 117 ◦ green 220 ◦ blue 76

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

Shades of Mantis #75DC4C

Tints of Mantis #75DC4C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 18.4%

R = 28.33%
G = 53.27%
B = 18.4%

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

#75DC4C (or 0x75DC4C) is known color: Mantis. HEX triplet: 75, DC and 4C. RGB value is (117,220,76). Sum of RGB (Red+Green+Blue) = 117+220+76=413 (54% of max value = 765). Red value is 117 (46.09% from 255 or 28.33% from 413); Green value is 220 (86.33% from 255 or 53.27% from 413); Blue value is 76 (30.08% from 255 or 18.40% from 413); Max value from RGB is 220 - color contains mainly: green. Hex color #75DC4C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #75DC4C is #8A23B3. Grayscale: #ADADAD. Windows color (decimal): -9053108 or 5037173. OLE color: 5037173.

HSL color Cylindrical-coordinate representation of color #75DC4C: hue angle of 102.92º 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 #75DC4C is Cyan = 0.47, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.14.

Color convert

RGB 117 220 76 -
CMYK 0.47 0 0.65 0.14
HSL 102.92º 0.67% 0.58% -
HSV(B) 102.92º 0.65% 0.86% -
XYZ 34.23 55.49 15.74 -
YUV 172.79 73.38 88.21 -
System Red Green Blue C M Y K H S L
Decimal 117 220 76 0.47 0 0.65 0.14 102.92 0.67 0.58
Hex 75 DC 4C 2F 0 41 E 67 43 3A
Octal 165 334 114 57 0 101 16 147 103 72
Binary 1110101 11011100 1001100 101111 0 1000001 1110 1100111 1000011 111010

Color Harmonies of #75DC4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75DC4C

Black with #75DC4C

Text Example


Text Example

White with #75DC4C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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