Html Css Color HEX #74D820 Lima

📋 copy color: '#74D820'

red 116 ◦ green 216 ◦ blue 32

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

Shades of Lima #74D820

Tints of Lima #74D820

RGB

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

 GREEN value IS 216 (84.77% from 255) = 59.34%

 BLUE value IS 32 (12.89% from 255) = 8.79%

R = 31.87%
G = 59.34%
B = 8.79%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.85

 K value IS 0.15

RGB Variations

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

Color information

#74D820 (or 0x74D820) is known color: Lima. HEX triplet: 74, D8 and 20. RGB value is (116,216,32). Sum of RGB (Red+Green+Blue) = 116+216+32=364 (48% of max value = 765). Red value is 116 (45.70% from 255 or 31.87% from 364); Green value is 216 (84.77% from 255 or 59.34% from 364); Blue value is 32 (12.89% from 255 or 8.79% from 364); Max value from RGB is 216 - color contains mainly: green. Hex color #74D820 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #74D820 is #8B27DF. Grayscale: #A5A5A5. Windows color (decimal): -9119712 or 2152564. OLE color: 2152564.

HSL color Cylindrical-coordinate representation of color #74D820: hue angle of 92.61º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #74D820 is Cyan = 0.46, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.15.

Color convert

RGB 116 216 32 -
CMYK 0.46 0 0.85 0.15
HSL 92.61º 0.74% 0.49% -
HSV(B) 92.61º 0.85% 0.85% -
XYZ 32.02 52.93 9.9 -
YUV 165.12 52.87 92.96 -
System Red Green Blue C M Y K H S L
Decimal 116 216 32 0.46 0 0.85 0.15 92.61 0.74 0.49
Hex 74 D8 20 2E 0 55 F 5D 4A 31
Octal 164 330 40 56 0 125 17 135 112 61
Binary 1110100 11011000 100000 101110 0 1010101 1111 1011101 1001010 110001

Color Harmonies of #74D820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74D820

Black with #74D820

Text Example


Text Example

White with #74D820

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,216,32); }

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

background-color css

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

 a { background-color: rgb(116,216,32); }

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

border-color css

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

 span { border-color: rgb(116,216,32); }

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