Html Css Color HEX #74BD55 Mantis

📋 copy color: '#74BD55'

red 116 ◦ green 189 ◦ blue 85

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

Shades of Mantis #74BD55

Tints of Mantis #74BD55

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 21.79%

R = 29.74%
G = 48.46%
B = 21.79%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.55

 K value IS 0.26

RGB Variations

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

Color information

#74BD55 (or 0x74BD55) is known color: Mantis. HEX triplet: 74, BD and 55. RGB value is (116,189,85). Sum of RGB (Red+Green+Blue) = 116+189+85=390 (51% of max value = 765). Red value is 116 (45.70% from 255 or 29.74% from 390); Green value is 189 (74.22% from 255 or 48.46% from 390); Blue value is 85 (33.59% from 255 or 21.79% from 390); Max value from RGB is 189 - color contains mainly: green. Hex color #74BD55 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74BD55 is #8B42AA. Grayscale: #9B9B9B. Windows color (decimal): -9126571 or 5619060. OLE color: 5619060.

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

Color convert

RGB 116 189 85 -
CMYK 0.39 0 0.55 0.26
HSL 102.12º 0.44% 0.54% -
HSV(B) 102.12º 0.55% 0.74% -
XYZ 27.04 40.76 15.04 -
YUV 155.32 88.32 99.96 -
System Red Green Blue C M Y K H S L
Decimal 116 189 85 0.39 0 0.55 0.26 102.12 0.44 0.54
Hex 74 BD 55 27 0 37 1A 66 2C 36
Octal 164 275 125 47 0 67 32 146 54 66
Binary 1110100 10111101 1010101 100111 0 110111 11010 1100110 101100 110110

Color Harmonies of #74BD55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74BD55

Black with #74BD55

Text Example


Text Example

White with #74BD55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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