Html Css Color HEX #74BC5F Mantis

📋 copy color: '#74BC5F'

red 116 ◦ green 188 ◦ blue 95

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

Shades of Mantis #74BC5F

Tints of Mantis #74BC5F

RGB

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

 GREEN value IS 188 (73.83% from 255) = 47.12%

 BLUE value IS 95 (37.5% from 255) = 23.81%

R = 29.07%
G = 47.12%
B = 23.81%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.49

 K value IS 0.26

RGB Variations

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

Color information

#74BC5F (or 0x74BC5F) is known color: Mantis. HEX triplet: 74, BC and 5F. RGB value is (116,188,95). Sum of RGB (Red+Green+Blue) = 116+188+95=399 (52% of max value = 765). Red value is 116 (45.70% from 255 or 29.07% from 399); Green value is 188 (73.83% from 255 or 47.12% from 399); Blue value is 95 (37.5% from 255 or 23.81% from 399); Max value from RGB is 188 - color contains mainly: green. Hex color #74BC5F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74BC5F is #8B43A0. Grayscale: #9C9C9C. Windows color (decimal): -9126817 or 6274164. OLE color: 6274164.

HSL color Cylindrical-coordinate representation of color #74BC5F: hue angle of 106.45º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #74BC5F is Cyan = 0.38, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.26.

Color convert

RGB 116 188 95 -
CMYK 0.38 0 0.49 0.26
HSL 106.45º 0.41% 0.55% -
HSV(B) 106.45º 0.49% 0.74% -
XYZ 27.25 40.51 17.21 -
YUV 155.87 93.65 99.56 -
System Red Green Blue C M Y K H S L
Decimal 116 188 95 0.38 0 0.49 0.26 106.45 0.41 0.55
Hex 74 BC 5F 26 0 31 1A 6A 29 37
Octal 164 274 137 46 0 61 32 152 51 67
Binary 1110100 10111100 1011111 100110 0 110001 11010 1101010 101001 110111

Color Harmonies of #74BC5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74BC5F

Black with #74BC5F

Text Example


Text Example

White with #74BC5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,188,95); }

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

background-color css

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

 a { background-color: rgb(116,188,95); }

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

border-color css

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

 span { border-color: rgb(116,188,95); }

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