#74EB71

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

Shades of Pastel Green #74EB71

Tints of Pastel Green #74EB71

Color information

#74EB71 (or 0x74EB71) is unknown color: approx Pastel Green. HEX triplet: 74, EB and 71. RGB value is (116,235,113). Sum of RGB (Red+Green+Blue) = 116+235+113=464 (61% of max value = 765). Red value is 116 (45.70% from 255 or 25% from 464); Green value is 235 (92.19% from 255 or 50.65% from 464); Blue value is 113 (44.53% from 255 or 24.35% from 464); Max value from RGB is 235 - color contains mainly: green. Hex color #74EB71 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #74EB71 is #8B148E. Grayscale: #B9B9B9. Windows color (decimal): -9114767 or 7465844. OLE color: 7465844.

HSL color Cylindrical-coordinate representation of color #74EB71: hue angle of 118.52º degrees, saturation: 0.75, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #74EB71 is Cyan = 0.51, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.08.

Color convert

RGB116235113-
CMYK0.5100.520.08
HSL118.52º75.31%68.24%-
HSV(B)118.52º51.91%92.16%-
XYZ39.8964.3225.94-
YUV185.5187.0878.42-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 25%
GREEN value IS 235 (92.19% from 255) = 50.65%
BLUE value IS 113 (44.53% from 255) = 24.35%
R=25%
G=50.65%
B=24.35%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1162351130.5100.520.08118.5275.3168.24
Hex74EB71330348774b44
Octal1643531616306410167113104
Binary111010011101011111000111001101101001000111011110010111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74EB71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,235,113); }

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

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

 a { background-color: rgb(116,235,113); }

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

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

 span { border-color: rgb(116,235,113); }

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