#74D681

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

Shades of Pastel Green #74D681

Tints of Pastel Green #74D681

Color information

#74D681 (or 0x74D681) is unknown color: approx Pastel Green. HEX triplet: 74, D6 and 81. RGB value is (116,214,129). Sum of RGB (Red+Green+Blue) = 116+214+129=459 (60% of max value = 765). Red value is 116 (45.70% from 255 or 25.27% from 459); Green value is 214 (83.98% from 255 or 46.62% from 459); Blue value is 129 (50.78% from 255 or 28.10% from 459); Max value from RGB is 214 - color contains mainly: green. Hex color #74D681 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #74D681 is #8B297E. Grayscale: #AFAFAF. Windows color (decimal): -9120127 or 8509044. OLE color: 8509044.

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

Color convert

RGB116214129-
CMYK0.4600.400.16
HSL127.96º54.44%64.71%-
HSV(B)127.96º45.79%83.92%-
XYZ35.2153.3929.22-
YUV175.01102.0385.91-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 25.27%
GREEN value IS 214 (83.98% from 255) = 46.62%
BLUE value IS 129 (50.78% from 255) = 28.10%
R=25.27%
G=46.62%
B=28.10%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1162141290.4600.400.16127.9654.4464.71
Hex74D6812E02810803641
Octal164326201560502020066101
Binary11101001101011010000001101110010100010000100000001101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74D681

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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