#74D76C

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

Shades of Pastel Green #74D76C

Tints of Pastel Green #74D76C

Color information

#74D76C (or 0x74D76C) is unknown color: approx Pastel Green. HEX triplet: 74, D7 and 6C. RGB value is (116,215,108). Sum of RGB (Red+Green+Blue) = 116+215+108=439 (58% of max value = 765). Red value is 116 (45.70% from 255 or 26.42% from 439); Green value is 215 (84.38% from 255 or 48.97% from 439); Blue value is 108 (42.58% from 255 or 24.60% from 439); Max value from RGB is 215 - color contains mainly: green. Hex color #74D76C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74D76C is #8B2893. Grayscale: #ADADAD. Windows color (decimal): -9119892 or 7133044. OLE color: 7133044.

HSL color Cylindrical-coordinate representation of color #74D76C: hue angle of 115.51º degrees, saturation: 0.57, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #74D76C is Cyan = 0.46, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.16.

Color convert

RGB116215108-
CMYK0.4600.500.16
HSL115.51º57.22%63.33%-
HSV(B)115.51º49.77%84.31%-
XYZ34.2153.422.69-
YUV173.291.287.2-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 26.42%
GREEN value IS 215 (84.38% from 255) = 48.97%
BLUE value IS 108 (42.58% from 255) = 24.60%
R=26.42%
G=48.97%
B=24.60%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1162151080.4600.500.16115.5157.2263.33
Hex74D76C2E0321074393f
Octal16432715456062201647177
Binary11101001101011111011001011100110010100001110100111001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74D76C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,215,108); }

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

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

 a { background-color: rgb(116,215,108); }

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

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

 span { border-color: rgb(116,215,108); }

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