Html Css Color HEX #75E051 Mantis

📋 copy color: '#75E051'

red 117 ◦ green 224 ◦ blue 81

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

Shades of Mantis #75E051

Tints of Mantis #75E051

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 19.19%

R = 27.73%
G = 53.08%
B = 19.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

#75E051 (or 0x75E051) is known color: Mantis. HEX triplet: 75, E0 and 51. RGB value is (117,224,81). Sum of RGB (Red+Green+Blue) = 117+224+81=422 (55% of max value = 765). Red value is 117 (46.09% from 255 or 27.73% from 422); Green value is 224 (87.89% from 255 or 53.08% from 422); Blue value is 81 (32.03% from 255 or 19.19% from 422); Max value from RGB is 224 - color contains mainly: green. Hex color #75E051 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75E051 is #8A1FAE. Grayscale: #B0B0B0. Windows color (decimal): -9052079 or 5365877. OLE color: 5365877.

HSL color Cylindrical-coordinate representation of color #75E051: hue angle of 104.9º 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 #75E051 is Cyan = 0.48, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.12.

Color convert

RGB 117 224 81 -
CMYK 0.48 0 0.64 0.12
HSL 104.9º 0.7% 0.6% -
HSV(B) 104.9º 0.64% 0.88% -
XYZ 35.48 57.69 17.05 -
YUV 175.71 74.55 86.13 -
System Red Green Blue C M Y K H S L
Decimal 117 224 81 0.48 0 0.64 0.12 104.9 0.7 0.6
Hex 75 E0 51 30 0 40 C 69 46 3C
Octal 165 340 121 60 0 100 14 151 106 74
Binary 1110101 11100000 1010001 110000 0 1000000 1100 1101001 1000110 111100

Color Harmonies of #75E051

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75E051

Black with #75E051

Text Example


Text Example

White with #75E051

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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