Html Css Color HEX #74B455 Mantis

📋 copy color: '#74B455'

red 116 ◦ green 180 ◦ blue 85

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

Shades of Mantis #74B455

Tints of Mantis #74B455

RGB

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

 GREEN value IS 180 (70.7% from 255) = 47.24%

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

R = 30.45%
G = 47.24%
B = 22.31%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.53

 K value IS 0.29

RGB Variations

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

Color information

#74B455 (or 0x74B455) is known color: Mantis. HEX triplet: 74, B4 and 55. RGB value is (116,180,85). Sum of RGB (Red+Green+Blue) = 116+180+85=381 (50% of max value = 765). Red value is 116 (45.70% from 255 or 30.45% from 381); Green value is 180 (70.70% from 255 or 47.24% from 381); Blue value is 85 (33.59% from 255 or 22.31% from 381); Max value from RGB is 180 - color contains mainly: green. Hex color #74B455 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74B455 is #8B4BAA. Grayscale: #969696. Windows color (decimal): -9128875 or 5616756. OLE color: 5616756.

HSL color Cylindrical-coordinate representation of color #74B455: hue angle of 100.42º degrees, saturation: 0.39, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #74B455 is Cyan = 0.36, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.29.

Color convert

RGB 116 180 85 -
CMYK 0.36 0 0.53 0.29
HSL 100.42º 0.39% 0.52% -
HSV(B) 100.42º 0.53% 0.71% -
XYZ 25.16 37.01 14.41 -
YUV 150.03 91.3 103.72 -
System Red Green Blue C M Y K H S L
Decimal 116 180 85 0.36 0 0.53 0.29 100.42 0.39 0.52
Hex 74 B4 55 24 0 35 1D 64 27 34
Octal 164 264 125 44 0 65 35 144 47 64
Binary 1110100 10110100 1010101 100100 0 110101 11101 1100100 100111 110100

Color Harmonies of #74B455

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74B455

Black with #74B455

Text Example


Text Example

White with #74B455

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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