#74D182

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

Shades of Pastel Green #74D182

Tints of Pastel Green #74D182

Color information

#74D182 (or 0x74D182) is unknown color: approx Pastel Green. HEX triplet: 74, D1 and 82. RGB value is (116,209,130). Sum of RGB (Red+Green+Blue) = 116+209+130=455 (60% of max value = 765). Red value is 116 (45.70% from 255 or 25.49% from 455); Green value is 209 (82.03% from 255 or 45.93% from 455); Blue value is 130 (51.17% from 255 or 28.57% from 455); Max value from RGB is 209 - color contains mainly: green. Hex color #74D182 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #74D182 is #8B2E7D. Grayscale: #ACACAC. Windows color (decimal): -9121406 or 8573300. OLE color: 8573300.

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

Color convert

RGB116209130-
CMYK0.4400.380.18
HSL129.03º50.27%63.73%-
HSV(B)129.03º44.5%81.96%-
XYZ34.0350.9329.16-
YUV172.19104.1987.92-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 25.49%
GREEN value IS 209 (82.03% from 255) = 45.93%
BLUE value IS 130 (51.17% from 255) = 28.57%
R=25.49%
G=45.93%
B=28.57%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1162091300.4400.380.18129.0350.2763.73
Hex74D1822C02612813240
Octal164321202540462220162100
Binary11101001101000110000010101100010011010010100000011100101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74D182

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,209,130); }

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

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

 a { background-color: rgb(116,209,130); }

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

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

 span { border-color: rgb(116,209,130); }

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