#74D071

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

Shades of Pastel Green #74D071

Tints of Pastel Green #74D071

Color information

#74D071 (or 0x74D071) is unknown color: approx Pastel Green. HEX triplet: 74, D0 and 71. RGB value is (116,208,113). Sum of RGB (Red+Green+Blue) = 116+208+113=437 (57% of max value = 765). Red value is 116 (45.70% from 255 or 26.54% from 437); Green value is 208 (81.64% from 255 or 47.60% from 437); Blue value is 113 (44.53% from 255 or 25.86% from 437); Max value from RGB is 208 - color contains mainly: green. Hex color #74D071 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74D071 is #8B2F8E. Grayscale: #A9A9A9. Windows color (decimal): -9121679 or 7458932. OLE color: 7458932.

HSL color Cylindrical-coordinate representation of color #74D071: hue angle of 118.11º degrees, saturation: 0.5, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #74D071 is Cyan = 0.44, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.18.

Color convert

RGB116208113-
CMYK0.4400.460.18
HSL118.11º50.26%62.94%-
HSV(B)118.11º45.67%81.57%-
XYZ32.7450.0223.55-
YUV169.6696.0289.72-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 26.54%
GREEN value IS 208 (81.64% from 255) = 47.60%
BLUE value IS 113 (44.53% from 255) = 25.86%
R=26.54%
G=47.60%
B=25.86%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1162081130.4400.460.18118.1150.2662.94
Hex74D0712C02E1276323f
Octal16432016154056221666277
Binary11101001101000011100011011000101110100101110110110010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74D071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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