Html Css Color HEX #74BB5D Mantis

📋 copy color: '#74BB5D'

red 116 ◦ green 187 ◦ blue 93

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

Shades of Mantis #74BB5D

Tints of Mantis #74BB5D

RGB

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

 GREEN value IS 187 (73.44% from 255) = 47.22%

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

R = 29.29%
G = 47.22%
B = 23.48%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.50

 K value IS 0.27

RGB Variations

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

Color information

#74BB5D (or 0x74BB5D) is known color: Mantis. HEX triplet: 74, BB and 5D. RGB value is (116,187,93). Sum of RGB (Red+Green+Blue) = 116+187+93=396 (52% of max value = 765). Red value is 116 (45.70% from 255 or 29.29% from 396); Green value is 187 (73.44% from 255 or 47.22% from 396); Blue value is 93 (36.72% from 255 or 23.48% from 396); Max value from RGB is 187 - color contains mainly: green. Hex color #74BB5D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74BB5D is #8B44A2. Grayscale: #9B9B9B. Windows color (decimal): -9127075 or 6142836. OLE color: 6142836.

HSL color Cylindrical-coordinate representation of color #74BB5D: hue angle of 105.32º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #74BB5D is Cyan = 0.38, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.27.

Color convert

RGB 116 187 93 -
CMYK 0.38 0 0.50 0.27
HSL 105.32º 0.41% 0.55% -
HSV(B) 105.32º 0.5% 0.73% -
XYZ 26.95 40.04 16.66 -
YUV 155.06 92.98 100.14 -
System Red Green Blue C M Y K H S L
Decimal 116 187 93 0.38 0 0.50 0.27 105.32 0.41 0.55
Hex 74 BB 5D 26 0 32 1B 69 29 37
Octal 164 273 135 46 0 62 33 151 51 67
Binary 1110100 10111011 1011101 100110 0 110010 11011 1101001 101001 110111

Color Harmonies of #74BB5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74BB5D

Black with #74BB5D

Text Example


Text Example

White with #74BB5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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