Html Css Color HEX #74AF33 Lima

📋 copy color: '#74AF33'

red 116 ◦ green 175 ◦ blue 51

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

Shades of Lima #74AF33

Tints of Lima #74AF33

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 14.91%

R = 33.92%
G = 51.17%
B = 14.91%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.71

 K value IS 0.31

RGB Variations

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

Color information

#74AF33 (or 0x74AF33) is known color: Lima. HEX triplet: 74, AF and 33. RGB value is (116,175,51). Sum of RGB (Red+Green+Blue) = 116+175+51=342 (45% of max value = 765). Red value is 116 (45.70% from 255 or 33.92% from 342); Green value is 175 (68.75% from 255 or 51.17% from 342); Blue value is 51 (20.31% from 255 or 14.91% from 342); Max value from RGB is 175 - color contains mainly: green. Hex color #74AF33 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #74AF33 is #8B50CC. Grayscale: #8F8F8F. Windows color (decimal): -9130189 or 3387252. OLE color: 3387252.

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

Color convert

RGB 116 175 51 -
CMYK 0.34 0 0.71 0.31
HSL 88.55º 0.55% 0.44% -
HSV(B) 88.55º 0.71% 0.69% -
XYZ 23.13 34.61 8.59 -
YUV 143.22 75.95 108.58 -
System Red Green Blue C M Y K H S L
Decimal 116 175 51 0.34 0 0.71 0.31 88.55 0.55 0.44
Hex 74 AF 33 22 0 47 1F 59 37 2C
Octal 164 257 63 42 0 107 37 131 67 54
Binary 1110100 10101111 110011 100010 0 1000111 11111 1011001 110111 101100

Color Harmonies of #74AF33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74AF33

Black with #74AF33

Text Example


Text Example

White with #74AF33

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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