#74DE86

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

Shades of Pastel Green #74DE86

Tints of Pastel Green #74DE86

Color information

#74DE86 (or 0x74DE86) is unknown color: approx Pastel Green. HEX triplet: 74, DE and 86. RGB value is (116,222,134). Sum of RGB (Red+Green+Blue) = 116+222+134=472 (62% of max value = 765). Red value is 116 (45.70% from 255 or 24.58% from 472); Green value is 222 (87.11% from 255 or 47.03% from 472); Blue value is 134 (52.73% from 255 or 28.39% from 472); Max value from RGB is 222 - color contains mainly: green. Hex color #74DE86 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #74DE86 is #8B2179. Grayscale: #B4B4B4. Windows color (decimal): -9118074 or 8838772. OLE color: 8838772.

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

Color convert

RGB116222134-
CMYK0.4800.400.13
HSL130.19º61.63%66.27%-
HSV(B)130.19º47.75%87.06%-
XYZ37.6357.6831.7-
YUV180.27101.8882.16-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 24.58%
GREEN value IS 222 (87.11% from 255) = 47.03%
BLUE value IS 134 (52.73% from 255) = 28.39%
R=24.58%
G=47.03%
B=28.39%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1162221340.4800.400.13130.1961.6366.27
Hex74DE8630028D823e42
Octal164336206600501520276102
Binary1110100110111101000011011000001010001101100000101111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74DE86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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