Html Css Color HEX #74AD31 Lima

📋 copy color: '#74AD31'

red 116 ◦ green 173 ◦ blue 49

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

Shades of Lima #74AD31

Tints of Lima #74AD31

RGB

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

 GREEN value IS 173 (67.97% from 255) = 51.18%

 BLUE value IS 49 (19.53% from 255) = 14.5%

R = 34.32%
G = 51.18%
B = 14.5%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.72

 K value IS 0.32

RGB Variations

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

Color information

#74AD31 (or 0x74AD31) is known color: Lima. HEX triplet: 74, AD and 31. RGB value is (116,173,49). Sum of RGB (Red+Green+Blue) = 116+173+49=338 (44% of max value = 765). Red value is 116 (45.70% from 255 or 34.32% from 338); Green value is 173 (67.97% from 255 or 51.18% from 338); Blue value is 49 (19.53% from 255 or 14.50% from 338); Max value from RGB is 173 - color contains mainly: green. Hex color #74AD31 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #74AD31 is #8B52CE. Grayscale: #8E8E8E. Windows color (decimal): -9130703 or 3255668. OLE color: 3255668.

HSL color Cylindrical-coordinate representation of color #74AD31: hue angle of 87.58º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #74AD31 is Cyan = 0.33, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.32.

Color convert

RGB 116 173 49 -
CMYK 0.33 0 0.72 0.32
HSL 87.58º 0.56% 0.44% -
HSV(B) 87.58º 0.72% 0.68% -
XYZ 22.7 33.82 8.24 -
YUV 141.82 75.62 109.58 -
System Red Green Blue C M Y K H S L
Decimal 116 173 49 0.33 0 0.72 0.32 87.58 0.56 0.44
Hex 74 AD 31 21 0 48 20 58 38 2C
Octal 164 255 61 41 0 110 40 130 70 54
Binary 1110100 10101101 110001 100001 0 1001000 100000 1011000 111000 101100

Color Harmonies of #74AD31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74AD31

Black with #74AD31

Text Example


Text Example

White with #74AD31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,173,49); }

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

background-color css

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

 a { background-color: rgb(116,173,49); }

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

border-color css

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

 span { border-color: rgb(116,173,49); }

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