Html Css Color HEX #74D756 Mantis

📋 copy color: '#74D756'

red 116 ◦ green 215 ◦ blue 86

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

Shades of Mantis #74D756

Tints of Mantis #74D756

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 20.62%

R = 27.82%
G = 51.56%
B = 20.62%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.6

 K value IS 0.16

RGB Variations

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

Color information

#74D756 (or 0x74D756) is known color: Mantis. HEX triplet: 74, D7 and 56. RGB value is (116,215,86). Sum of RGB (Red+Green+Blue) = 116+215+86=417 (55% of max value = 765). Red value is 116 (45.70% from 255 or 27.82% from 417); Green value is 215 (84.38% from 255 or 51.56% from 417); Blue value is 86 (33.98% from 255 or 20.62% from 417); Max value from RGB is 215 - color contains mainly: green. Hex color #74D756 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74D756 is #8B28A9. Grayscale: #ABABAB. Windows color (decimal): -9119914 or 5691252. OLE color: 5691252.

HSL color Cylindrical-coordinate representation of color #74D756: hue angle of 106.05º degrees, saturation: 0.62, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #74D756 is Cyan = 0.46, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.16.

Color convert

RGB 116 215 86 -
CMYK 0.46 0 0.6 0.16
HSL 106.05º 0.62% 0.59% -
HSV(B) 106.05º 0.6% 0.84% -
XYZ 33.18 52.99 17.28 -
YUV 170.69 80.2 88.99 -
System Red Green Blue C M Y K H S L
Decimal 116 215 86 0.46 0 0.6 0.16 106.05 0.62 0.59
Hex 74 D7 56 2E 0 3C 10 6A 3E 3B
Octal 164 327 126 56 0 74 20 152 76 73
Binary 1110100 11010111 1010110 101110 0 111100 10000 1101010 111110 111011

Color Harmonies of #74D756

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74D756

Black with #74D756

Text Example


Text Example

White with #74D756

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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