Html Css Color HEX #75D650 Mantis

📋 copy color: '#75D650'

red 117 ◦ green 214 ◦ blue 80

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

Shades of Mantis #75D650

Tints of Mantis #75D650

RGB

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

 GREEN value IS 214 (83.98% from 255) = 52.07%

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

R = 28.47%
G = 52.07%
B = 19.46%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.63

 K value IS 0.16

RGB Variations

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

Color information

#75D650 (or 0x75D650) is known color: Mantis. HEX triplet: 75, D6 and 50. RGB value is (117,214,80). Sum of RGB (Red+Green+Blue) = 117+214+80=411 (54% of max value = 765). Red value is 117 (46.09% from 255 or 28.47% from 411); Green value is 214 (83.98% from 255 or 52.07% from 411); Blue value is 80 (31.64% from 255 or 19.46% from 411); Max value from RGB is 214 - color contains mainly: green. Hex color #75D650 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75D650 is #8A29AF. Grayscale: #AAAAAA. Windows color (decimal): -9054640 or 5297781. OLE color: 5297781.

HSL color Cylindrical-coordinate representation of color #75D650: hue angle of 103.43º degrees, saturation: 0.62, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #75D650 is Cyan = 0.45, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.16.

Color convert

RGB 117 214 80 -
CMYK 0.45 0 0.63 0.16
HSL 103.43º 0.62% 0.58% -
HSV(B) 103.43º 0.63% 0.84% -
XYZ 32.83 52.45 15.98 -
YUV 169.72 77.36 90.4 -
System Red Green Blue C M Y K H S L
Decimal 117 214 80 0.45 0 0.63 0.16 103.43 0.62 0.58
Hex 75 D6 50 2D 0 3F 10 67 3E 3A
Octal 165 326 120 55 0 77 20 147 76 72
Binary 1110101 11010110 1010000 101101 0 111111 10000 1100111 111110 111010

Color Harmonies of #75D650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75D650

Black with #75D650

Text Example


Text Example

White with #75D650

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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