Html Css Color HEX #74BD56 Mantis

📋 copy color: '#74BD56'

red 116 ◦ green 189 ◦ blue 86

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

Shades of Mantis #74BD56

Tints of Mantis #74BD56

RGB

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

 GREEN value IS 189 (74.22% from 255) = 48.34%

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

R = 29.67%
G = 48.34%
B = 21.99%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.54

 K value IS 0.26

RGB Variations

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

Color information

#74BD56 (or 0x74BD56) is known color: Mantis. HEX triplet: 74, BD and 56. RGB value is (116,189,86). Sum of RGB (Red+Green+Blue) = 116+189+86=391 (51% of max value = 765). Red value is 116 (45.70% from 255 or 29.67% from 391); Green value is 189 (74.22% from 255 or 48.34% from 391); Blue value is 86 (33.98% from 255 or 21.99% from 391); Max value from RGB is 189 - color contains mainly: green. Hex color #74BD56 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74BD56 is #8B42A9. Grayscale: #9B9B9B. Windows color (decimal): -9126570 or 5684596. OLE color: 5684596.

HSL color Cylindrical-coordinate representation of color #74BD56: hue angle of 102.52º degrees, saturation: 0.44, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #74BD56 is Cyan = 0.39, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.26.

Color convert

RGB 116 189 86 -
CMYK 0.39 0 0.54 0.26
HSL 102.52º 0.44% 0.54% -
HSV(B) 102.52º 0.54% 0.74% -
XYZ 27.08 40.78 15.25 -
YUV 155.43 88.82 99.88 -
System Red Green Blue C M Y K H S L
Decimal 116 189 86 0.39 0 0.54 0.26 102.52 0.44 0.54
Hex 74 BD 56 27 0 36 1A 67 2C 36
Octal 164 275 126 47 0 66 32 147 54 66
Binary 1110100 10111101 1010110 100111 0 110110 11010 1100111 101100 110110

Color Harmonies of #74BD56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74BD56

Black with #74BD56

Text Example


Text Example

White with #74BD56

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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