#74D67D

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

Shades of Pastel Green #74D67D

Tints of Pastel Green #74D67D

Color information

#74D67D (or 0x74D67D) is unknown color: approx Pastel Green. HEX triplet: 74, D6 and 7D. RGB value is (116,214,125). Sum of RGB (Red+Green+Blue) = 116+214+125=455 (60% of max value = 765). Red value is 116 (45.70% from 255 or 25.49% from 455); Green value is 214 (83.98% from 255 or 47.03% from 455); Blue value is 125 (49.22% from 255 or 27.47% from 455); Max value from RGB is 214 - color contains mainly: green. Hex color #74D67D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74D67D is #8B2982. Grayscale: #AEAEAE. Windows color (decimal): -9120131 or 8246900. OLE color: 8246900.

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

Color convert

RGB116214125-
CMYK0.4600.420.16
HSL125.51º54.44%64.71%-
HSV(B)125.51º45.79%83.92%-
XYZ34.9553.2927.85-
YUV174.55100.0386.24-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 25.49%
GREEN value IS 214 (83.98% from 255) = 47.03%
BLUE value IS 125 (49.22% from 255) = 27.47%
R=25.49%
G=47.03%
B=27.47%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1162141250.4600.420.16125.5154.4464.71
Hex74D67D2E02A107e3641
Octal164326175560522017666101
Binary111010011010110111110110111001010101000011111101101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74D67D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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