#75D674

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

Shades of Pastel Green #75D674

Tints of Pastel Green #75D674

Color information

#75D674 (or 0x75D674) is unknown color: approx Pastel Green. HEX triplet: 75, D6 and 74. RGB value is (117,214,116). Sum of RGB (Red+Green+Blue) = 117+214+116=447 (59% of max value = 765). Red value is 117 (46.09% from 255 or 26.17% from 447); Green value is 214 (83.98% from 255 or 47.87% from 447); Blue value is 116 (45.70% from 255 or 25.95% from 447); Max value from RGB is 214 - color contains mainly: green. Hex color #75D674 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75D674 is #8A298B. Grayscale: #AEAEAE. Windows color (decimal): -9054604 or 7657077. OLE color: 7657077.

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

Color convert

RGB117214116-
CMYK0.4500.460.16
HSL119.39º54.44%64.71%-
HSV(B)119.39º45.79%83.92%-
XYZ34.5453.1424.96-
YUV173.8295.3687.47-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 26.17%
GREEN value IS 214 (83.98% from 255) = 47.87%
BLUE value IS 116 (45.70% from 255) = 25.95%
R=26.17%
G=47.87%
B=25.95%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1172141160.4500.460.16119.3954.4464.71
Hex75D6742D02E10773641
Octal165326164550562016766101
Binary111010111010110111010010110101011101000011101111101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75D674

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75D674; }

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

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

<style>
 a { background-color: #75D674; }

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

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

<style>
 span { border-color: #75D674; }

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

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