#74E48D

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

Shades of Pastel Green #74E48D

Tints of Pastel Green #74E48D

Color information

#74E48D (or 0x74E48D) is unknown color: approx Pastel Green. HEX triplet: 74, E4 and 8D. RGB value is (116,228,141). Sum of RGB (Red+Green+Blue) = 116+228+141=485 (64% of max value = 765). Red value is 116 (45.70% from 255 or 23.92% from 485); Green value is 228 (89.45% from 255 or 47.01% from 485); Blue value is 141 (55.47% from 255 or 29.07% from 485); Max value from RGB is 228 - color contains mainly: green. Hex color #74E48D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #74E48D is #8B1B72. Grayscale: #B8B8B8. Windows color (decimal): -9116531 or 9299060. OLE color: 9299060.

HSL color Cylindrical-coordinate representation of color #74E48D: hue angle of 133.39º degrees, saturation: 0.67, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #74E48D is Cyan = 0.49, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.11.

Color convert

RGB116228141-
CMYK0.4900.380.11
HSL133.39º67.47%67.45%-
HSV(B)133.39º49.12%89.41%-
XYZ39.7561.1234.9-
YUV184.59103.3979.07-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 23.92%
GREEN value IS 228 (89.45% from 255) = 47.01%
BLUE value IS 141 (55.47% from 255) = 29.07%
R=23.92%
G=47.01%
B=29.07%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1162281410.4900.380.11133.3967.4767.45
Hex74E48D31026B854343
Octal1643442156104613205103103
Binary11101001110010010001101110001010011010111000010110000111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74E48D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,228,141); }

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

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

 a { background-color: rgb(116,228,141); }

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

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

 span { border-color: rgb(116,228,141); }

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