#74D16F

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

Shades of Pastel Green #74D16F

Tints of Pastel Green #74D16F

Color information

#74D16F (or 0x74D16F) is unknown color: approx Pastel Green. HEX triplet: 74, D1 and 6F. RGB value is (116,209,111). Sum of RGB (Red+Green+Blue) = 116+209+111=436 (57% of max value = 765). Red value is 116 (45.70% from 255 or 26.61% from 436); Green value is 209 (82.03% from 255 or 47.94% from 436); Blue value is 111 (43.75% from 255 or 25.46% from 436); Max value from RGB is 209 - color contains mainly: green. Hex color #74D16F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74D16F is #8B2E90. Grayscale: #AAAAAA. Windows color (decimal): -9121425 or 7328116. OLE color: 7328116.

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

Color convert

RGB116209111-
CMYK0.4400.470.18
HSL116.94º51.58%62.75%-
HSV(B)116.94º46.89%81.96%-
XYZ32.8750.4623.05-
YUV170.0294.6989.47-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 26.61%
GREEN value IS 209 (82.03% from 255) = 47.94%
BLUE value IS 111 (43.75% from 255) = 25.46%
R=26.61%
G=47.94%
B=25.46%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1162091110.4400.470.18116.9451.5862.75
Hex74D16F2C02F1275343f
Octal16432115754057221656477
Binary11101001101000111011111011000101111100101110101110100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74D16F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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