#74E07A

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

Shades of Pastel Green #74E07A

Tints of Pastel Green #74E07A

Color information

#74E07A (or 0x74E07A) is unknown color: approx Pastel Green. HEX triplet: 74, E0 and 7A. RGB value is (116,224,122). Sum of RGB (Red+Green+Blue) = 116+224+122=462 (61% of max value = 765). Red value is 116 (45.70% from 255 or 25.11% from 462); Green value is 224 (87.89% from 255 or 48.48% from 462); Blue value is 122 (48.05% from 255 or 26.41% from 462); Max value from RGB is 224 - color contains mainly: green. Hex color #74E07A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74E07A is #8B1F85. Grayscale: #B4B4B4. Windows color (decimal): -9117574 or 8052852. OLE color: 8052852.

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

Color convert

RGB116224122-
CMYK0.4800.460.12
HSL123.33º63.53%66.67%-
HSV(B)123.33º48.21%87.84%-
XYZ37.3758.4327.72-
YUV180.0895.2282.29-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 25.11%
GREEN value IS 224 (87.89% from 255) = 48.48%
BLUE value IS 122 (48.05% from 255) = 26.41%
R=25.11%
G=48.48%
B=26.41%

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
Decimal1162241220.4800.460.12123.3363.5366.67
Hex74E07A3002EC7b4043
Octal1643401726005614173100103
Binary111010011100000111101011000001011101100111101110000001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74E07A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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