Html Css Color HEX #74D750 Mantis

📋 copy color: '#74D750'

red 116 ◦ green 215 ◦ blue 80

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

Shades of Mantis #74D750

Tints of Mantis #74D750

RGB

 RED value IS 116 (45.7% from 255) = 28.22%

 GREEN value IS 215 (84.38% from 255) = 52.31%

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

R = 28.22%
G = 52.31%
B = 19.46%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.63

 K value IS 0.16

RGB Variations

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

Color information

#74D750 (or 0x74D750) is known color: Mantis. HEX triplet: 74, D7 and 50. RGB value is (116,215,80). Sum of RGB (Red+Green+Blue) = 116+215+80=411 (54% of max value = 765). Red value is 116 (45.70% from 255 or 28.22% from 411); Green value is 215 (84.38% from 255 or 52.31% from 411); Blue value is 80 (31.64% from 255 or 19.46% from 411); Max value from RGB is 215 - color contains mainly: green. Hex color #74D750 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74D750 is #8B28AF. Grayscale: #AAAAAA. Windows color (decimal): -9119920 or 5298036. OLE color: 5298036.

HSL color Cylindrical-coordinate representation of color #74D750: hue angle of 104º degrees, saturation: 0.63, 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 #74D750 is Cyan = 0.46, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.16.

Color convert

RGB 116 215 80 -
CMYK 0.46 0 0.63 0.16
HSL 104º 0.63% 0.58% -
HSV(B) 104º 0.63% 0.84% -
XYZ 32.95 52.89 16.06 -
YUV 170.01 77.2 89.48 -
System Red Green Blue C M Y K H S L
Decimal 116 215 80 0.46 0 0.63 0.16 104 0.63 0.58
Hex 74 D7 50 2E 0 3F 10 68 3F 3A
Octal 164 327 120 56 0 77 20 150 77 72
Binary 1110100 11010111 1010000 101110 0 111111 10000 1101000 111111 111010

Color Harmonies of #74D750

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74D750

Black with #74D750

Text Example


Text Example

White with #74D750

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74D750; }

 p { color: rgb(116,215,80); }

 H1.HeaderClassName
 {
   color: #74D750;
 }
 .AnyTagClassName
 {
   color: #74D750;
 }
</style>

background-color css

<style>
 a { background-color: #74D750; }

 a { background-color: rgb(116,215,80); }

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

border-color css

<style>
 span { border-color: #74D750; }

 span { border-color: rgb(116,215,80); }

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