Html Css Color HEX #75E04D Mantis

📋 copy color: '#75E04D'

red 117 ◦ green 224 ◦ blue 77

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

Shades of Mantis #75E04D

Tints of Mantis #75E04D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 18.42%

R = 27.99%
G = 53.59%
B = 18.42%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.66

 K value IS 0.12

RGB Variations

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

Color information

#75E04D (or 0x75E04D) is known color: Mantis. HEX triplet: 75, E0 and 4D. RGB value is (117,224,77). Sum of RGB (Red+Green+Blue) = 117+224+77=418 (55% of max value = 765). Red value is 117 (46.09% from 255 or 27.99% from 418); Green value is 224 (87.89% from 255 or 53.59% from 418); Blue value is 77 (30.47% from 255 or 18.42% from 418); Max value from RGB is 224 - color contains mainly: green. Hex color #75E04D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75E04D is #8A1FB2. Grayscale: #AFAFAF. Windows color (decimal): -9052083 or 5103733. OLE color: 5103733.

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

Color convert

RGB 117 224 77 -
CMYK 0.48 0 0.66 0.12
HSL 103.67º 0.7% 0.59% -
HSV(B) 103.67º 0.66% 0.88% -
XYZ 35.33 57.63 16.28 -
YUV 175.25 72.55 86.45 -
System Red Green Blue C M Y K H S L
Decimal 117 224 77 0.48 0 0.66 0.12 103.67 0.7 0.59
Hex 75 E0 4D 30 0 42 C 68 46 3B
Octal 165 340 115 60 0 102 14 150 106 73
Binary 1110101 11100000 1001101 110000 0 1000010 1100 1101000 1000110 111011

Color Harmonies of #75E04D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75E04D

Black with #75E04D

Text Example


Text Example

White with #75E04D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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