#74E469

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

Shades of Pastel Green #74E469

Tints of Pastel Green #74E469

Color information

#74E469 (or 0x74E469) is unknown color: approx Pastel Green. HEX triplet: 74, E4 and 69. RGB value is (116,228,105). Sum of RGB (Red+Green+Blue) = 116+228+105=449 (59% of max value = 765). Red value is 116 (45.70% from 255 or 25.84% from 449); Green value is 228 (89.45% from 255 or 50.78% from 449); Blue value is 105 (41.41% from 255 or 23.39% from 449); Max value from RGB is 228 - color contains mainly: green. Hex color #74E469 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74E469 is #8B1B96. Grayscale: #B4B4B4. Windows color (decimal): -9116567 or 6939764. OLE color: 6939764.

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

Color convert

RGB116228105-
CMYK0.4900.540.11
HSL114.63º69.49%65.29%-
HSV(B)114.63º53.95%89.41%-
XYZ37.560.2223.01-
YUV180.4985.3982-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 25.84%
GREEN value IS 228 (89.45% from 255) = 50.78%
BLUE value IS 105 (41.41% from 255) = 23.39%
R=25.84%
G=50.78%
B=23.39%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1162281050.4900.540.11114.6369.4965.29
Hex74E46931036B734541
Octal1643441516106613163105101
Binary111010011100100110100111000101101101011111001110001011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74E469

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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