#74D962

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

Shades of Pastel Green #74D962

Tints of Pastel Green #74D962

Color information

#74D962 (or 0x74D962) is unknown color: approx Pastel Green. HEX triplet: 74, D9 and 62. RGB value is (116,217,98). Sum of RGB (Red+Green+Blue) = 116+217+98=431 (57% of max value = 765). Red value is 116 (45.70% from 255 or 26.91% from 431); Green value is 217 (85.16% from 255 or 50.35% from 431); Blue value is 98 (38.67% from 255 or 22.74% from 431); Max value from RGB is 217 - color contains mainly: green. Hex color #74D962 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74D962 is #8B269D. Grayscale: #ADADAD. Windows color (decimal): -9119390 or 6478196. OLE color: 6478196.

HSL color Cylindrical-coordinate representation of color #74D962: hue angle of 110.92º degrees, saturation: 0.61, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #74D962 is Cyan = 0.47, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.15.

Color convert

RGB11621798-
CMYK0.4700.550.15
HSL110.92º61.03%61.76%-
HSV(B)110.92º54.84%85.1%-
XYZ34.2254.2220.22-
YUV173.2485.5487.18-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 26.91%
GREEN value IS 217 (85.16% from 255) = 50.35%
BLUE value IS 98 (38.67% from 255) = 22.74%
R=26.91%
G=50.35%
B=22.74%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal116217980.4700.550.15110.9261.0361.76
Hex74D9622F037F6f3d3e
Octal16433114257067171577576
Binary1110100110110011100010101111011011111111101111111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74D962

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,217,98); }

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

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

 a { background-color: rgb(116,217,98); }

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

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

 span { border-color: rgb(116,217,98); }

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