Html Css Color HEX #74B135 Lima

📋 copy color: '#74B135'

red 116 ◦ green 177 ◦ blue 53

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

Shades of Lima #74B135

Tints of Lima #74B135

RGB

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

 GREEN value IS 177 (69.53% from 255) = 51.16%

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

R = 33.53%
G = 51.16%
B = 15.32%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.70

 K value IS 0.31

RGB Variations

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

Color information

#74B135 (or 0x74B135) is known color: Lima. HEX triplet: 74, B1 and 35. RGB value is (116,177,53). Sum of RGB (Red+Green+Blue) = 116+177+53=346 (45% of max value = 765). Red value is 116 (45.70% from 255 or 33.53% from 346); Green value is 177 (69.53% from 255 or 51.16% from 346); Blue value is 53 (21.09% from 255 or 15.32% from 346); Max value from RGB is 177 - color contains mainly: green. Hex color #74B135 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #74B135 is #8B4ECA. Grayscale: #919191. Windows color (decimal): -9129675 or 3518836. OLE color: 3518836.

HSL color Cylindrical-coordinate representation of color #74B135: hue angle of 89.52º degrees, saturation: 0.54, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #74B135 is Cyan = 0.34, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.31.

Color convert

RGB 116 177 53 -
CMYK 0.34 0 0.70 0.31
HSL 89.52º 0.54% 0.45% -
HSV(B) 89.52º 0.7% 0.69% -
XYZ 23.57 35.41 8.96 -
YUV 144.63 76.29 107.58 -
System Red Green Blue C M Y K H S L
Decimal 116 177 53 0.34 0 0.70 0.31 89.52 0.54 0.45
Hex 74 B1 35 22 0 46 1F 5A 36 2D
Octal 164 261 65 42 0 106 37 132 66 55
Binary 1110100 10110001 110101 100010 0 1000110 11111 1011010 110110 101101

Color Harmonies of #74B135

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74B135

Black with #74B135

Text Example


Text Example

White with #74B135

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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