Html Css Color HEX #75DC59 Mantis

📋 copy color: '#75DC59'

red 117 ◦ green 220 ◦ blue 89

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

Shades of Mantis #75DC59

Tints of Mantis #75DC59

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 20.89%

R = 27.46%
G = 51.64%
B = 20.89%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.60

 K value IS 0.14

RGB Variations

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

Color information

#75DC59 (or 0x75DC59) is known color: Mantis. HEX triplet: 75, DC and 59. RGB value is (117,220,89). Sum of RGB (Red+Green+Blue) = 117+220+89=426 (56% of max value = 765). Red value is 117 (46.09% from 255 or 27.46% from 426); Green value is 220 (86.33% from 255 or 51.64% from 426); Blue value is 89 (35.16% from 255 or 20.89% from 426); Max value from RGB is 220 - color contains mainly: green. Hex color #75DC59 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75DC59 is #8A23A6. Grayscale: #AEAEAE. Windows color (decimal): -9053095 or 5889141. OLE color: 5889141.

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

Color convert

RGB 117 220 89 -
CMYK 0.47 0 0.60 0.14
HSL 107.18º 0.65% 0.61% -
HSV(B) 107.18º 0.6% 0.86% -
XYZ 34.73 55.69 18.37 -
YUV 174.27 79.88 87.15 -
System Red Green Blue C M Y K H S L
Decimal 117 220 89 0.47 0 0.60 0.14 107.18 0.65 0.61
Hex 75 DC 59 2F 0 3C E 6B 41 3D
Octal 165 334 131 57 0 74 16 153 101 75
Binary 1110101 11011100 1011001 101111 0 111100 1110 1101011 1000001 111101

Color Harmonies of #75DC59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75DC59

Black with #75DC59

Text Example


Text Example

White with #75DC59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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