#74DE64

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

Shades of Pastel Green #74DE64

Tints of Pastel Green #74DE64

Color information

#74DE64 (or 0x74DE64) is unknown color: approx Pastel Green. HEX triplet: 74, DE and 64. RGB value is (116,222,100). Sum of RGB (Red+Green+Blue) = 116+222+100=438 (58% of max value = 765). Red value is 116 (45.70% from 255 or 26.48% from 438); Green value is 222 (87.11% from 255 or 50.68% from 438); Blue value is 100 (39.45% from 255 or 22.83% from 438); Max value from RGB is 222 - color contains mainly: green. Hex color #74DE64 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74DE64 is #8B219B. Grayscale: #B0B0B0. Windows color (decimal): -9118108 or 6610548. OLE color: 6610548.

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

Color convert

RGB116222100-
CMYK0.4800.550.13
HSL112.13º64.89%63.14%-
HSV(B)112.13º54.95%87.06%-
XYZ35.6256.8821.16-
YUV176.484.8884.92-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 26.48%
GREEN value IS 222 (87.11% from 255) = 50.68%
BLUE value IS 100 (39.45% from 255) = 22.83%
R=26.48%
G=50.68%
B=22.83%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1162221000.4800.550.13112.1364.8963.14
Hex74DE6430037D70413f
Octal164336144600671516010177
Binary11101001101111011001001100000110111110111100001000001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74DE64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,222,100); }

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

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

 a { background-color: rgb(116,222,100); }

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

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

 span { border-color: rgb(116,222,100); }

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