#74D660

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

Shades of Pastel Green #74D660

Tints of Pastel Green #74D660

Color information

#74D660 (or 0x74D660) is unknown color: approx Pastel Green. HEX triplet: 74, D6 and 60. RGB value is (116,214,96). Sum of RGB (Red+Green+Blue) = 116+214+96=426 (56% of max value = 765). Red value is 116 (45.70% from 255 or 27.23% from 426); Green value is 214 (83.98% from 255 or 50.23% from 426); Blue value is 96 (37.89% from 255 or 22.54% from 426); Max value from RGB is 214 - color contains mainly: green. Hex color #74D660 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74D660 is #8B299F. Grayscale: #ABABAB. Windows color (decimal): -9120160 or 6346356. OLE color: 6346356.

HSL color Cylindrical-coordinate representation of color #74D660: hue angle of 109.83º degrees, saturation: 0.59, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #74D660 is Cyan = 0.46, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.16.

Color convert

RGB11621496-
CMYK0.4600.550.16
HSL109.83º59%60.78%-
HSV(B)109.83º55.14%83.92%-
XYZ33.3652.6519.47-
YUV171.2585.5388.59-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 27.23%
GREEN value IS 214 (83.98% from 255) = 50.23%
BLUE value IS 96 (37.89% from 255) = 22.54%
R=27.23%
G=50.23%
B=22.54%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal116214960.4600.550.16109.835960.78
Hex74D6602E037106e3b3d
Octal16432614056067201567375
Binary11101001101011011000001011100110111100001101110111011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74D660

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,214,96); }

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

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

 a { background-color: rgb(116,214,96); }

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

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

 span { border-color: rgb(116,214,96); }

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