Html Css Color HEX #74B721 Lima

📋 copy color: '#74B721'

red 116 ◦ green 183 ◦ blue 33

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

Shades of Lima #74B721

Tints of Lima #74B721

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 9.94%

R = 34.94%
G = 55.12%
B = 9.94%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.82

 K value IS 0.28

RGB Variations

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

Color information

#74B721 (or 0x74B721) is known color: Lima. HEX triplet: 74, B7 and 21. RGB value is (116,183,33). Sum of RGB (Red+Green+Blue) = 116+183+33=332 (43% of max value = 765). Red value is 116 (45.70% from 255 or 34.94% from 332); Green value is 183 (71.88% from 255 or 55.12% from 332); Blue value is 33 (13.28% from 255 or 9.94% from 332); Max value from RGB is 183 - color contains mainly: green. Hex color #74B721 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #74B721 is #8B48DE. Grayscale: #929292. Windows color (decimal): -9128159 or 2209652. OLE color: 2209652.

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

Color convert

RGB 116 183 33 -
CMYK 0.37 0 0.82 0.28
HSL 86.8º 0.69% 0.42% -
HSV(B) 86.8º 0.82% 0.72% -
XYZ 24.41 37.69 7.43 -
YUV 145.87 64.3 106.7 -
System Red Green Blue C M Y K H S L
Decimal 116 183 33 0.37 0 0.82 0.28 86.8 0.69 0.42
Hex 74 B7 21 25 0 52 1C 57 45 2A
Octal 164 267 41 45 0 122 34 127 105 52
Binary 1110100 10110111 100001 100101 0 1010010 11100 1010111 1000101 101010

Color Harmonies of #74B721

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74B721

Black with #74B721

Text Example


Text Example

White with #74B721

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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