Html Css Color HEX #74D856 Mantis

📋 copy color: '#74D856'

red 116 ◦ green 216 ◦ blue 86

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

Shades of Mantis #74D856

Tints of Mantis #74D856

RGB

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

 GREEN value IS 216 (84.77% from 255) = 51.67%

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

R = 27.75%
G = 51.67%
B = 20.57%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.60

 K value IS 0.15

RGB Variations

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

Color information

#74D856 (or 0x74D856) is known color: Mantis. HEX triplet: 74, D8 and 56. RGB value is (116,216,86). Sum of RGB (Red+Green+Blue) = 116+216+86=418 (55% of max value = 765). Red value is 116 (45.70% from 255 or 27.75% from 418); Green value is 216 (84.77% from 255 or 51.67% from 418); Blue value is 86 (33.98% from 255 or 20.57% from 418); Max value from RGB is 216 - color contains mainly: green. Hex color #74D856 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74D856 is #8B27A9. Grayscale: #ABABAB. Windows color (decimal): -9119658 or 5691508. OLE color: 5691508.

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

Color convert

RGB 116 216 86 -
CMYK 0.46 0 0.60 0.15
HSL 106.15º 0.63% 0.59% -
HSV(B) 106.15º 0.6% 0.85% -
XYZ 33.44 53.5 17.37 -
YUV 171.28 79.87 88.57 -
System Red Green Blue C M Y K H S L
Decimal 116 216 86 0.46 0 0.60 0.15 106.15 0.63 0.59
Hex 74 D8 56 2E 0 3C F 6A 3E 3B
Octal 164 330 126 56 0 74 17 152 76 73
Binary 1110100 11011000 1010110 101110 0 111100 1111 1101010 111110 111011

Color Harmonies of #74D856

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74D856

Black with #74D856

Text Example


Text Example

White with #74D856

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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