#74DE8E

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

Shades of Pastel Green #74DE8E

Tints of Pastel Green #74DE8E

Color information

#74DE8E (or 0x74DE8E) is unknown color: approx Pastel Green. HEX triplet: 74, DE and 8E. RGB value is (116,222,142). Sum of RGB (Red+Green+Blue) = 116+222+142=480 (63% of max value = 765). Red value is 116 (45.70% from 255 or 24.17% from 480); Green value is 222 (87.11% from 255 or 46.25% from 480); Blue value is 142 (55.86% from 255 or 29.58% from 480); Max value from RGB is 222 - color contains mainly: green. Hex color #74DE8E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #74DE8E is #8B2171. Grayscale: #B5B5B5. Windows color (decimal): -9118066 or 9363060. OLE color: 9363060.

HSL color Cylindrical-coordinate representation of color #74DE8E: hue angle of 134.72º 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 #74DE8E is Cyan = 0.48, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.13.

Color convert

RGB116222142-
CMYK0.4800.360.13
HSL134.72º61.63%66.27%-
HSV(B)134.72º47.75%87.06%-
XYZ38.2157.9134.75-
YUV181.19105.8881.5-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 24.17%
GREEN value IS 222 (87.11% from 255) = 46.25%
BLUE value IS 142 (55.86% from 255) = 29.58%
R=24.17%
G=46.25%
B=29.58%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1162221420.4800.360.13134.7261.6366.27
Hex74DE8E30024D873e42
Octal164336216600441520776102
Binary1110100110111101000111011000001001001101100001111111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74DE8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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