Html Css Color HEX #74B735 Lima

📋 copy color: '#74B735'

red 116 ◦ green 183 ◦ blue 53

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

Shades of Lima #74B735

Tints of Lima #74B735

RGB

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

 GREEN value IS 183 (71.88% from 255) = 51.99%

 BLUE value IS 53 (21.09% from 255) = 15.06%

R = 32.95%
G = 51.99%
B = 15.06%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.71

 K value IS 0.28

RGB Variations

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

Color information

#74B735 (or 0x74B735) is known color: Lima. HEX triplet: 74, B7 and 35. RGB value is (116,183,53). Sum of RGB (Red+Green+Blue) = 116+183+53=352 (46% of max value = 765). Red value is 116 (45.70% from 255 or 32.95% from 352); Green value is 183 (71.88% from 255 or 51.99% from 352); Blue value is 53 (21.09% from 255 or 15.06% from 352); Max value from RGB is 183 - color contains mainly: green. Hex color #74B735 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #74B735 is #8B48CA. Grayscale: #949494. Windows color (decimal): -9128139 or 3520372. OLE color: 3520372.

HSL color Cylindrical-coordinate representation of color #74B735: hue angle of 90.92º degrees, saturation: 0.55, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #74B735 is Cyan = 0.37, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.28.

Color convert

RGB 116 183 53 -
CMYK 0.37 0 0.71 0.28
HSL 90.92º 0.55% 0.46% -
HSV(B) 90.92º 0.71% 0.72% -
XYZ 24.78 37.84 9.37 -
YUV 148.15 74.3 105.07 -
System Red Green Blue C M Y K H S L
Decimal 116 183 53 0.37 0 0.71 0.28 90.92 0.55 0.46
Hex 74 B7 35 25 0 47 1C 5B 37 2E
Octal 164 267 65 45 0 107 34 133 67 56
Binary 1110100 10110111 110101 100101 0 1000111 11100 1011011 110111 101110

Color Harmonies of #74B735

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74B735

Black with #74B735

Text Example


Text Example

White with #74B735

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,183,53); }

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

background-color css

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

 a { background-color: rgb(116,183,53); }

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

border-color css

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

 span { border-color: rgb(116,183,53); }

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