Html Css Color HEX #74B955 Mantis

📋 copy color: '#74B955'

red 116 ◦ green 185 ◦ blue 85

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

Shades of Mantis #74B955

Tints of Mantis #74B955

RGB

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

 GREEN value IS 185 (72.66% from 255) = 47.93%

 BLUE value IS 85 (33.59% from 255) = 22.02%

R = 30.05%
G = 47.93%
B = 22.02%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.54

 K value IS 0.27

RGB Variations

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

Color information

#74B955 (or 0x74B955) is known color: Mantis. HEX triplet: 74, B9 and 55. RGB value is (116,185,85). Sum of RGB (Red+Green+Blue) = 116+185+85=386 (51% of max value = 765). Red value is 116 (45.70% from 255 or 30.05% from 386); Green value is 185 (72.66% from 255 or 47.93% from 386); Blue value is 85 (33.59% from 255 or 22.02% from 386); Max value from RGB is 185 - color contains mainly: green. Hex color #74B955 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74B955 is #8B46AA. Grayscale: #999999. Windows color (decimal): -9127595 or 5618036. OLE color: 5618036.

HSL color Cylindrical-coordinate representation of color #74B955: hue angle of 101.4º degrees, saturation: 0.42, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #74B955 is Cyan = 0.37, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.27.

Color convert

RGB 116 185 85 -
CMYK 0.37 0 0.54 0.27
HSL 101.4º 0.42% 0.53% -
HSV(B) 101.4º 0.54% 0.73% -
XYZ 26.19 39.07 14.75 -
YUV 152.97 89.64 101.63 -
System Red Green Blue C M Y K H S L
Decimal 116 185 85 0.37 0 0.54 0.27 101.4 0.42 0.53
Hex 74 B9 55 25 0 36 1B 65 2A 35
Octal 164 271 125 45 0 66 33 145 52 65
Binary 1110100 10111001 1010101 100101 0 110110 11011 1100101 101010 110101

Color Harmonies of #74B955

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74B955

Black with #74B955

Text Example


Text Example

White with #74B955

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,185,85); }

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

background-color css

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

 a { background-color: rgb(116,185,85); }

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

border-color css

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

 span { border-color: rgb(116,185,85); }

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