#74D76E

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

Shades of Pastel Green #74D76E

Tints of Pastel Green #74D76E

Color information

#74D76E (or 0x74D76E) is unknown color: approx Pastel Green. HEX triplet: 74, D7 and 6E. RGB value is (116,215,110). Sum of RGB (Red+Green+Blue) = 116+215+110=441 (58% of max value = 765). Red value is 116 (45.70% from 255 or 26.30% from 441); Green value is 215 (84.38% from 255 or 48.75% from 441); Blue value is 110 (43.36% from 255 or 24.94% from 441); Max value from RGB is 215 - color contains mainly: green. Hex color #74D76E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74D76E is #8B2891. Grayscale: #ADADAD. Windows color (decimal): -9119890 or 7264116. OLE color: 7264116.

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

Color convert

RGB116215110-
CMYK0.4600.490.16
HSL116.57º56.76%63.73%-
HSV(B)116.57º48.84%84.31%-
XYZ34.3253.4423.26-
YUV173.4392.287.04-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 26.30%
GREEN value IS 215 (84.38% from 255) = 48.75%
BLUE value IS 110 (43.36% from 255) = 24.94%
R=26.30%
G=48.75%
B=24.94%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1162151100.4600.490.16116.5756.7663.73
Hex74D76E2E03110753940
Octal164327156560612016571100
Binary111010011010111110111010111001100011000011101011110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74D76E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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