Html Css Color HEX #75CC50 Mantis

📋 copy color: '#75CC50'

red 117 ◦ green 204 ◦ blue 80

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

Shades of Mantis #75CC50

Tints of Mantis #75CC50

RGB

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

 GREEN value IS 204 (80.08% from 255) = 50.87%

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

R = 29.18%
G = 50.87%
B = 19.95%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.61

 K value IS 0.2

RGB Variations

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

Color information

#75CC50 (or 0x75CC50) is known color: Mantis. HEX triplet: 75, CC and 50. RGB value is (117,204,80). Sum of RGB (Red+Green+Blue) = 117+204+80=401 (53% of max value = 765). Red value is 117 (46.09% from 255 or 29.18% from 401); Green value is 204 (80.08% from 255 or 50.87% from 401); Blue value is 80 (31.64% from 255 or 19.95% from 401); Max value from RGB is 204 - color contains mainly: green. Hex color #75CC50 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75CC50 is #8A33AF. Grayscale: #A4A4A4. Windows color (decimal): -9057200 or 5295221. OLE color: 5295221.

HSL color Cylindrical-coordinate representation of color #75CC50: hue angle of 102.1º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #75CC50 is Cyan = 0.43, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.2.

Color convert

RGB 117 204 80 -
CMYK 0.43 0 0.61 0.2
HSL 102.1º 0.55% 0.56% -
HSV(B) 102.1º 0.61% 0.8% -
XYZ 30.38 47.55 15.17 -
YUV 163.85 80.68 94.58 -
System Red Green Blue C M Y K H S L
Decimal 117 204 80 0.43 0 0.61 0.2 102.1 0.55 0.56
Hex 75 CC 50 2B 0 3D 14 66 37 38
Octal 165 314 120 53 0 75 24 146 67 70
Binary 1110101 11001100 1010000 101011 0 111101 10100 1100110 110111 111000

Color Harmonies of #75CC50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75CC50

Black with #75CC50

Text Example


Text Example

White with #75CC50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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