Html Css Color HEX #75CE49 Mantis

📋 copy color: '#75CE49'

red 117 ◦ green 206 ◦ blue 73

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

Shades of Mantis #75CE49

Tints of Mantis #75CE49

RGB

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

 GREEN value IS 206 (80.86% from 255) = 52.02%

 BLUE value IS 73 (28.91% from 255) = 18.43%

R = 29.55%
G = 52.02%
B = 18.43%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.65

 K value IS 0.19

RGB Variations

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

Color information

#75CE49 (or 0x75CE49) is known color: Mantis. HEX triplet: 75, CE and 49. RGB value is (117,206,73). Sum of RGB (Red+Green+Blue) = 117+206+73=396 (52% of max value = 765). Red value is 117 (46.09% from 255 or 29.55% from 396); Green value is 206 (80.86% from 255 or 52.02% from 396); Blue value is 73 (28.91% from 255 or 18.43% from 396); Max value from RGB is 206 - color contains mainly: green. Hex color #75CE49 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #75CE49 is #8A31B6. Grayscale: #A4A4A4. Windows color (decimal): -9056695 or 4836981. OLE color: 4836981.

HSL color Cylindrical-coordinate representation of color #75CE49: hue angle of 100.15º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #75CE49 is Cyan = 0.43, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.19.

Color convert

RGB 117 206 73 -
CMYK 0.43 0 0.65 0.19
HSL 100.15º 0.58% 0.55% -
HSV(B) 100.15º 0.65% 0.81% -
XYZ 30.61 48.41 14.03 -
YUV 164.23 76.51 94.31 -
System Red Green Blue C M Y K H S L
Decimal 117 206 73 0.43 0 0.65 0.19 100.15 0.58 0.55
Hex 75 CE 49 2B 0 41 13 64 3A 37
Octal 165 316 111 53 0 101 23 144 72 67
Binary 1110101 11001110 1001001 101011 0 1000001 10011 1100100 111010 110111

Color Harmonies of #75CE49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75CE49

Black with #75CE49

Text Example


Text Example

White with #75CE49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,206,73); }

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

background-color css

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

 a { background-color: rgb(117,206,73); }

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

border-color css

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

 span { border-color: rgb(117,206,73); }

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