#74DD65

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

Shades of Pastel Green #74DD65

Tints of Pastel Green #74DD65

Color information

#74DD65 (or 0x74DD65) is unknown color: approx Pastel Green. HEX triplet: 74, DD and 65. RGB value is (116,221,101). Sum of RGB (Red+Green+Blue) = 116+221+101=438 (58% of max value = 765). Red value is 116 (45.70% from 255 or 26.48% from 438); Green value is 221 (86.72% from 255 or 50.46% from 438); Blue value is 101 (39.84% from 255 or 23.06% from 438); Max value from RGB is 221 - color contains mainly: green. Hex color #74DD65 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74DD65 is #8B229A. Grayscale: #B0B0B0. Windows color (decimal): -9118363 or 6675828. OLE color: 6675828.

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

Color convert

RGB116221101-
CMYK0.4800.540.13
HSL112.5º63.83%63.14%-
HSV(B)112.5º54.3%86.67%-
XYZ35.4156.3721.33-
YUV175.9285.7185.26-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 26.48%
GREEN value IS 221 (86.72% from 255) = 50.46%
BLUE value IS 101 (39.84% from 255) = 23.06%
R=26.48%
G=50.46%
B=23.06%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1162211010.4800.540.13112.563.8363.14
Hex74DD6530036D70403f
Octal164335145600661516010077
Binary11101001101110111001011100000110110110111100001000000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74DD65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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