#74DC32

Color #74DC32 Yellow Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Yellow Green #74DC32

Tints of Yellow Green #74DC32

Color information

#74DC32 (or 0x74DC32) is unknown color: approx Yellow Green. HEX triplet: 74, DC and 32. RGB value is (116,220,50). Sum of RGB (Red+Green+Blue) = 116+220+50=386 (51% of max value = 765). Red value is 116 (45.70% from 255 or 30.05% from 386); Green value is 220 (86.33% from 255 or 56.99% from 386); Blue value is 50 (19.92% from 255 or 12.95% from 386); Max value from RGB is 220 - color contains mainly: green. Hex color #74DC32 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #74DC32 is #8B23CD. Grayscale: #AAAAAA. Windows color (decimal): -9118670 or 3333236. OLE color: 3333236.

HSL color Cylindrical-coordinate representation of color #74DC32: hue angle of 96.71º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #74DC32 is Cyan = 0.47, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.14.

Color convert

RGB11622050-
CMYK0.4700.770.14
HSL96.71º70.83%52.94%-
HSV(B)96.71º77.27%86.27%-
XYZ33.3755.1311.9-
YUV169.5260.5489.82-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 30.05%
GREEN value IS 220 (86.33% from 255) = 56.99%
BLUE value IS 50 (19.92% from 255) = 12.95%
R=30.05%
G=56.99%
B=12.95%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal116220500.4700.770.1496.7170.8352.94
Hex74DC322F04DE614735
Octal164334625701151614110765
Binary11101001101110011001010111101001101111011000011000111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74DC32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #74DC32;
 }
 .AnyTagClassName
 {
   color: #74DC32;
 }
</style>
background-color css

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

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

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

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

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

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