Html Css Color HEX #75E050 Mantis

📋 copy color: '#75E050'

red 117 ◦ green 224 ◦ blue 80

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

Shades of Mantis #75E050

Tints of Mantis #75E050

RGB

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

 GREEN value IS 224 (87.89% from 255) = 53.21%

 BLUE value IS 80 (31.64% from 255) = 19%

R = 27.79%
G = 53.21%
B = 19%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.64

 K value IS 0.12

RGB Variations

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

Color information

#75E050 (or 0x75E050) is known color: Mantis. HEX triplet: 75, E0 and 50. RGB value is (117,224,80). Sum of RGB (Red+Green+Blue) = 117+224+80=421 (55% of max value = 765). Red value is 117 (46.09% from 255 or 27.79% from 421); Green value is 224 (87.89% from 255 or 53.21% from 421); Blue value is 80 (31.64% from 255 or 19.00% from 421); Max value from RGB is 224 - color contains mainly: green. Hex color #75E050 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75E050 is #8A1FAF. Grayscale: #B0B0B0. Windows color (decimal): -9052080 or 5300341. OLE color: 5300341.

HSL color Cylindrical-coordinate representation of color #75E050: hue angle of 104.58º degrees, saturation: 0.7, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #75E050 is Cyan = 0.48, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.12.

Color convert

RGB 117 224 80 -
CMYK 0.48 0 0.64 0.12
HSL 104.58º 0.7% 0.6% -
HSV(B) 104.58º 0.64% 0.88% -
XYZ 35.44 57.67 16.85 -
YUV 175.59 74.05 86.21 -
System Red Green Blue C M Y K H S L
Decimal 117 224 80 0.48 0 0.64 0.12 104.58 0.7 0.6
Hex 75 E0 50 30 0 40 C 69 46 3C
Octal 165 340 120 60 0 100 14 151 106 74
Binary 1110101 11100000 1010000 110000 0 1000000 1100 1101001 1000110 111100

Color Harmonies of #75E050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75E050

Black with #75E050

Text Example


Text Example

White with #75E050

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,224,80); }

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

background-color css

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

 a { background-color: rgb(117,224,80); }

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

border-color css

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

 span { border-color: rgb(117,224,80); }

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