Html Css Color HEX #75DF50 Mantis

📋 copy color: '#75DF50'

red 117 ◦ green 223 ◦ blue 80

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

Shades of Mantis #75DF50

Tints of Mantis #75DF50

RGB

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

 GREEN value IS 223 (87.5% from 255) = 53.1%

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

R = 27.86%
G = 53.1%
B = 19.05%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.64

 K value IS 0.13

RGB Variations

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

Color information

#75DF50 (or 0x75DF50) is known color: Mantis. HEX triplet: 75, DF and 50. RGB value is (117,223,80). Sum of RGB (Red+Green+Blue) = 117+223+80=420 (55% of max value = 765). Red value is 117 (46.09% from 255 or 27.86% from 420); Green value is 223 (87.5% from 255 or 53.10% from 420); Blue value is 80 (31.64% from 255 or 19.05% from 420); Max value from RGB is 223 - color contains mainly: green. Hex color #75DF50 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75DF50 is #8A20AF. Grayscale: #AFAFAF. Windows color (decimal): -9052336 or 5300085. OLE color: 5300085.

HSL color Cylindrical-coordinate representation of color #75DF50: hue angle of 104.48º degrees, saturation: 0.69, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #75DF50 is Cyan = 0.48, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.13.

Color convert

RGB 117 223 80 -
CMYK 0.48 0 0.64 0.13
HSL 104.48º 0.69% 0.59% -
HSV(B) 104.48º 0.64% 0.87% -
XYZ 35.17 57.14 16.76 -
YUV 175 74.38 86.63 -
System Red Green Blue C M Y K H S L
Decimal 117 223 80 0.48 0 0.64 0.13 104.48 0.69 0.59
Hex 75 DF 50 30 0 40 D 68 45 3B
Octal 165 337 120 60 0 100 15 150 105 73
Binary 1110101 11011111 1010000 110000 0 1000000 1101 1101000 1000101 111011

Color Harmonies of #75DF50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75DF50

Black with #75DF50

Text Example


Text Example

White with #75DF50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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