Html Css Color HEX #74BD5F Mantis

📋 copy color: '#74BD5F'

red 116 ◦ green 189 ◦ blue 95

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

Shades of Mantis #74BD5F

Tints of Mantis #74BD5F

RGB

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

 GREEN value IS 189 (74.22% from 255) = 47.25%

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

R = 29%
G = 47.25%
B = 23.75%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.50

 K value IS 0.26

RGB Variations

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

Color information

#74BD5F (or 0x74BD5F) is known color: Mantis. HEX triplet: 74, BD and 5F. RGB value is (116,189,95). Sum of RGB (Red+Green+Blue) = 116+189+95=400 (52% of max value = 765). Red value is 116 (45.70% from 255 or 29% from 400); Green value is 189 (74.22% from 255 or 47.25% from 400); Blue value is 95 (37.5% from 255 or 23.75% from 400); Max value from RGB is 189 - color contains mainly: green. Hex color #74BD5F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74BD5F is #8B42A0. Grayscale: #9C9C9C. Windows color (decimal): -9126561 or 6274420. OLE color: 6274420.

HSL color Cylindrical-coordinate representation of color #74BD5F: hue angle of 106.6º degrees, saturation: 0.42, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #74BD5F is Cyan = 0.39, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.26.

Color convert

RGB 116 189 95 -
CMYK 0.39 0 0.50 0.26
HSL 106.6º 0.42% 0.56% -
HSV(B) 106.6º 0.5% 0.74% -
XYZ 27.47 40.93 17.28 -
YUV 156.46 93.32 99.14 -
System Red Green Blue C M Y K H S L
Decimal 116 189 95 0.39 0 0.50 0.26 106.6 0.42 0.56
Hex 74 BD 5F 27 0 32 1A 6B 2A 38
Octal 164 275 137 47 0 62 32 153 52 70
Binary 1110100 10111101 1011111 100111 0 110010 11010 1101011 101010 111000

Color Harmonies of #74BD5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74BD5F

Black with #74BD5F

Text Example


Text Example

White with #74BD5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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