Html Css Color HEX #74DD32 Yellow Green

📋 copy color: '#74DD32'

red 116 ◦ green 221 ◦ blue 50

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

Shades of Yellow Green #74DD32

Tints of Yellow Green #74DD32

RGB

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

 GREEN value IS 221 (86.72% from 255) = 57.11%

 BLUE value IS 50 (19.92% from 255) = 12.92%

R = 29.97%
G = 57.11%
B = 12.92%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.77

 K value IS 0.13

RGB Variations

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

Color information

#74DD32 (or 0x74DD32) is known color: Yellow Green. HEX triplet: 74, DD and 32. RGB value is (116,221,50). Sum of RGB (Red+Green+Blue) = 116+221+50=387 (51% of max value = 765). Red value is 116 (45.70% from 255 or 29.97% from 387); Green value is 221 (86.72% from 255 or 57.11% from 387); Blue value is 50 (19.92% from 255 or 12.92% from 387); Max value from RGB is 221 - color contains mainly: green. Hex color #74DD32 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #74DD32 is #8B22CD. Grayscale: #AAAAAA. Windows color (decimal): -9118414 or 3333492. OLE color: 3333492.

HSL color Cylindrical-coordinate representation of color #74DD32: hue angle of 96.84º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #74DD32 is Cyan = 0.48, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.13.

Color convert

RGB 116 221 50 -
CMYK 0.48 0 0.77 0.13
HSL 96.84º 0.72% 0.53% -
HSV(B) 96.84º 0.77% 0.87% -
XYZ 33.63 55.66 11.99 -
YUV 170.11 60.21 89.4 -
System Red Green Blue C M Y K H S L
Decimal 116 221 50 0.48 0 0.77 0.13 96.84 0.72 0.53
Hex 74 DD 32 30 0 4D D 61 48 35
Octal 164 335 62 60 0 115 15 141 110 65
Binary 1110100 11011101 110010 110000 0 1001101 1101 1100001 1001000 110101

Color Harmonies of #74DD32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74DD32

Black with #74DD32

Text Example


Text Example

White with #74DD32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,221,50); }

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

background-color css

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

 a { background-color: rgb(116,221,50); }

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

border-color css

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

 span { border-color: rgb(116,221,50); }

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