#74D870

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

Shades of Pastel Green #74D870

Tints of Pastel Green #74D870

Color information

#74D870 (or 0x74D870) is unknown color: approx Pastel Green. HEX triplet: 74, D8 and 70. RGB value is (116,216,112). Sum of RGB (Red+Green+Blue) = 116+216+112=444 (58% of max value = 765). Red value is 116 (45.70% from 255 or 26.13% from 444); Green value is 216 (84.77% from 255 or 48.65% from 444); Blue value is 112 (44.14% from 255 or 25.23% from 444); Max value from RGB is 216 - color contains mainly: green. Hex color #74D870 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74D870 is #8B278F. Grayscale: #AEAEAE. Windows color (decimal): -9119632 or 7395444. OLE color: 7395444.

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

Color convert

RGB116216112-
CMYK0.4600.480.15
HSL117.69º57.14%64.31%-
HSV(B)117.69º48.15%84.71%-
XYZ34.6853.9923.92-
YUV174.2492.8786.46-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 26.13%
GREEN value IS 216 (84.77% from 255) = 48.65%
BLUE value IS 112 (44.14% from 255) = 25.23%
R=26.13%
G=48.65%
B=25.23%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1162161120.4600.480.15117.6957.1464.31
Hex74D8702E030F763940
Octal164330160560601716671100
Binary11101001101100011100001011100110000111111101101110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74D870

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,216,112); }

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

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

 a { background-color: rgb(116,216,112); }

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

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

 span { border-color: rgb(116,216,112); }

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