Html Css Color HEX #74BA51 Mantis

📋 copy color: '#74BA51'

red 116 ◦ green 186 ◦ blue 81

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

Shades of Mantis #74BA51

Tints of Mantis #74BA51

RGB

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

 GREEN value IS 186 (73.05% from 255) = 48.56%

 BLUE value IS 81 (32.03% from 255) = 21.15%

R = 30.29%
G = 48.56%
B = 21.15%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.56

 K value IS 0.27

RGB Variations

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

Color information

#74BA51 (or 0x74BA51) is known color: Mantis. HEX triplet: 74, BA and 51. RGB value is (116,186,81). Sum of RGB (Red+Green+Blue) = 116+186+81=383 (50% of max value = 765). Red value is 116 (45.70% from 255 or 30.29% from 383); Green value is 186 (73.05% from 255 or 48.56% from 383); Blue value is 81 (32.03% from 255 or 21.15% from 383); Max value from RGB is 186 - color contains mainly: green. Hex color #74BA51 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74BA51 is #8B45AE. Grayscale: #999999. Windows color (decimal): -9127343 or 5356148. OLE color: 5356148.

HSL color Cylindrical-coordinate representation of color #74BA51: hue angle of 100º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #74BA51 is Cyan = 0.38, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.27.

Color convert

RGB 116 186 81 -
CMYK 0.38 0 0.56 0.27
HSL 100º 0.43% 0.52% -
HSV(B) 100º 0.56% 0.73% -
XYZ 26.25 39.42 14.01 -
YUV 153.1 87.31 101.54 -
System Red Green Blue C M Y K H S L
Decimal 116 186 81 0.38 0 0.56 0.27 100 0.43 0.52
Hex 74 BA 51 26 0 38 1B 64 2B 34
Octal 164 272 121 46 0 70 33 144 53 64
Binary 1110100 10111010 1010001 100110 0 111000 11011 1100100 101011 110100

Color Harmonies of #74BA51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74BA51

Black with #74BA51

Text Example


Text Example

White with #74BA51

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,186,81); }

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

background-color css

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

 a { background-color: rgb(116,186,81); }

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

border-color css

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

 span { border-color: rgb(116,186,81); }

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