Html Css Color HEX #74AF31 Lima

📋 copy color: '#74AF31'

red 116 ◦ green 175 ◦ blue 49

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

Shades of Lima #74AF31

Tints of Lima #74AF31

RGB

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

 GREEN value IS 175 (68.75% from 255) = 51.47%

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

R = 34.12%
G = 51.47%
B = 14.41%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.72

 K value IS 0.31

RGB Variations

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

Color information

#74AF31 (or 0x74AF31) is known color: Lima. HEX triplet: 74, AF and 31. RGB value is (116,175,49). Sum of RGB (Red+Green+Blue) = 116+175+49=340 (45% of max value = 765). Red value is 116 (45.70% from 255 or 34.12% from 340); Green value is 175 (68.75% from 255 or 51.47% from 340); Blue value is 49 (19.53% from 255 or 14.41% from 340); Max value from RGB is 175 - color contains mainly: green. Hex color #74AF31 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #74AF31 is #8B50CE. Grayscale: #8F8F8F. Windows color (decimal): -9130191 or 3256180. OLE color: 3256180.

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

Color convert

RGB 116 175 49 -
CMYK 0.34 0 0.72 0.31
HSL 88.1º 0.56% 0.44% -
HSV(B) 88.1º 0.72% 0.69% -
XYZ 23.09 34.59 8.37 -
YUV 143 74.95 108.75 -
System Red Green Blue C M Y K H S L
Decimal 116 175 49 0.34 0 0.72 0.31 88.1 0.56 0.44
Hex 74 AF 31 22 0 48 1F 58 38 2C
Octal 164 257 61 42 0 110 37 130 70 54
Binary 1110100 10101111 110001 100010 0 1001000 11111 1011000 111000 101100

Color Harmonies of #74AF31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74AF31

Black with #74AF31

Text Example


Text Example

White with #74AF31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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