#74E069

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

Shades of Pastel Green #74E069

Tints of Pastel Green #74E069

Color information

#74E069 (or 0x74E069) is unknown color: approx Pastel Green. HEX triplet: 74, E0 and 69. RGB value is (116,224,105). Sum of RGB (Red+Green+Blue) = 116+224+105=445 (58% of max value = 765). Red value is 116 (45.70% from 255 or 26.07% from 445); Green value is 224 (87.89% from 255 or 50.34% from 445); Blue value is 105 (41.41% from 255 or 23.60% from 445); Max value from RGB is 224 - color contains mainly: green. Hex color #74E069 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74E069 is #8B1F96. Grayscale: #B2B2B2. Windows color (decimal): -9117591 or 6938740. OLE color: 6938740.

HSL color Cylindrical-coordinate representation of color #74E069: hue angle of 114.45º degrees, saturation: 0.66, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #74E069 is Cyan = 0.48, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.12.

Color convert

RGB116224105-
CMYK0.4800.530.12
HSL114.45º65.75%64.51%-
HSV(B)114.45º53.12%87.84%-
XYZ36.4158.0422.65-
YUV178.1486.7283.68-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 26.07%
GREEN value IS 224 (87.89% from 255) = 50.34%
BLUE value IS 105 (41.41% from 255) = 23.60%
R=26.07%
G=50.34%
B=23.60%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1162241050.4800.530.12114.4565.7564.51
Hex74E06930035C724241
Octal1643401516006514162102101
Binary111010011100000110100111000001101011100111001010000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74E069

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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