#74E078

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

Shades of Pastel Green #74E078

Tints of Pastel Green #74E078

Color information

#74E078 (or 0x74E078) is unknown color: approx Pastel Green. HEX triplet: 74, E0 and 78. RGB value is (116,224,120). Sum of RGB (Red+Green+Blue) = 116+224+120=460 (60% of max value = 765). Red value is 116 (45.70% from 255 or 25.22% from 460); Green value is 224 (87.89% from 255 or 48.70% from 460); Blue value is 120 (47.27% from 255 or 26.09% from 460); Max value from RGB is 224 - color contains mainly: green. Hex color #74E078 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74E078 is #8B1F87. Grayscale: #B4B4B4. Windows color (decimal): -9117576 or 7921780. OLE color: 7921780.

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

Color convert

RGB116224120-
CMYK0.4800.460.12
HSL122.22º63.53%66.67%-
HSV(B)122.22º48.21%87.84%-
XYZ37.2558.3827.07-
YUV179.8594.2282.46-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 25.22%
GREEN value IS 224 (87.89% from 255) = 48.70%
BLUE value IS 120 (47.27% from 255) = 26.09%
R=25.22%
G=48.70%
B=26.09%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1162241200.4800.460.12122.2263.5366.67
Hex74E0783002EC7a4043
Octal1643401706005614172100103
Binary111010011100000111100011000001011101100111101010000001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74E078

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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