#74D661

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

Shades of Pastel Green #74D661

Tints of Pastel Green #74D661

Color information

#74D661 (or 0x74D661) is unknown color: approx Pastel Green. HEX triplet: 74, D6 and 61. RGB value is (116,214,97). Sum of RGB (Red+Green+Blue) = 116+214+97=427 (56% of max value = 765). Red value is 116 (45.70% from 255 or 27.17% from 427); Green value is 214 (83.98% from 255 or 50.12% from 427); Blue value is 97 (38.28% from 255 or 22.72% from 427); Max value from RGB is 214 - color contains mainly: green. Hex color #74D661 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74D661 is #8B299E. Grayscale: #ABABAB. Windows color (decimal): -9120159 or 6411892. OLE color: 6411892.

HSL color Cylindrical-coordinate representation of color #74D661: hue angle of 110.26º 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 #74D661 is Cyan = 0.46, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.16.

Color convert

RGB11621497-
CMYK0.4600.550.16
HSL110.26º58.79%60.98%-
HSV(B)110.26º54.67%83.92%-
XYZ33.4152.6719.71-
YUV171.3686.0388.51-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 27.17%
GREEN value IS 214 (83.98% from 255) = 50.12%
BLUE value IS 97 (38.28% from 255) = 22.72%
R=27.17%
G=50.12%
B=22.72%

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
Decimal116214970.4600.550.16110.2658.7960.98
Hex74D6612E037106e3b3d
Octal16432614156067201567375
Binary11101001101011011000011011100110111100001101110111011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74D661

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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