Html Css Color HEX #74BE5D Mantis

📋 copy color: '#74BE5D'

red 116 ◦ green 190 ◦ blue 93

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

Shades of Mantis #74BE5D

Tints of Mantis #74BE5D

RGB

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

 GREEN value IS 190 (74.61% from 255) = 47.62%

 BLUE value IS 93 (36.72% from 255) = 23.31%

R = 29.07%
G = 47.62%
B = 23.31%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.51

 K value IS 0.25

RGB Variations

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

Color information

#74BE5D (or 0x74BE5D) is known color: Mantis. HEX triplet: 74, BE and 5D. RGB value is (116,190,93). Sum of RGB (Red+Green+Blue) = 116+190+93=399 (52% of max value = 765). Red value is 116 (45.70% from 255 or 29.07% from 399); Green value is 190 (74.61% from 255 or 47.62% from 399); Blue value is 93 (36.72% from 255 or 23.31% from 399); Max value from RGB is 190 - color contains mainly: green. Hex color #74BE5D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74BE5D is #8B41A2. Grayscale: #9D9D9D. Windows color (decimal): -9126307 or 6143604. OLE color: 6143604.

HSL color Cylindrical-coordinate representation of color #74BE5D: hue angle of 105.77º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #74BE5D is Cyan = 0.39, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.25.

Color convert

RGB 116 190 93 -
CMYK 0.39 0 0.51 0.25
HSL 105.77º 0.43% 0.55% -
HSV(B) 105.77º 0.51% 0.75% -
XYZ 27.59 41.33 16.88 -
YUV 156.82 91.98 98.89 -
System Red Green Blue C M Y K H S L
Decimal 116 190 93 0.39 0 0.51 0.25 105.77 0.43 0.55
Hex 74 BE 5D 27 0 33 19 6A 2B 37
Octal 164 276 135 47 0 63 31 152 53 67
Binary 1110100 10111110 1011101 100111 0 110011 11001 1101010 101011 110111

Color Harmonies of #74BE5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74BE5D

Black with #74BE5D

Text Example


Text Example

White with #74BE5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,190,93); }

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

background-color css

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

 a { background-color: rgb(116,190,93); }

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

border-color css

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

 span { border-color: rgb(116,190,93); }

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