Html Css Color HEX #74DD34 Yellow Green

📋 copy color: '#74DD34'

red 116 ◦ green 221 ◦ blue 52

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

Shades of Yellow Green #74DD34

Tints of Yellow Green #74DD34

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 13.37%

R = 29.82%
G = 56.81%
B = 13.37%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.76

 K value IS 0.13

RGB Variations

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

Color information

#74DD34 (or 0x74DD34) is known color: Yellow Green. HEX triplet: 74, DD and 34. RGB value is (116,221,52). Sum of RGB (Red+Green+Blue) = 116+221+52=389 (51% of max value = 765). Red value is 116 (45.70% from 255 or 29.82% from 389); Green value is 221 (86.72% from 255 or 56.81% from 389); Blue value is 52 (20.70% from 255 or 13.37% from 389); Max value from RGB is 221 - color contains mainly: green. Hex color #74DD34 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #74DD34 is #8B22CB. Grayscale: #AAAAAA. Windows color (decimal): -9118412 or 3464564. OLE color: 3464564.

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

Color convert

RGB 116 221 52 -
CMYK 0.48 0 0.76 0.13
HSL 97.28º 0.71% 0.54% -
HSV(B) 97.28º 0.76% 0.87% -
XYZ 33.68 55.67 12.22 -
YUV 170.34 61.21 89.24 -
System Red Green Blue C M Y K H S L
Decimal 116 221 52 0.48 0 0.76 0.13 97.28 0.71 0.54
Hex 74 DD 34 30 0 4C D 61 47 36
Octal 164 335 64 60 0 114 15 141 107 66
Binary 1110100 11011101 110100 110000 0 1001100 1101 1100001 1000111 110110

Color Harmonies of #74DD34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74DD34

Black with #74DD34

Text Example


Text Example

White with #74DD34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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