#75D56D

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

Shades of Pastel Green #75D56D

Tints of Pastel Green #75D56D

Color information

#75D56D (or 0x75D56D) is unknown color: approx Pastel Green. HEX triplet: 75, D5 and 6D. RGB value is (117,213,109). Sum of RGB (Red+Green+Blue) = 117+213+109=439 (58% of max value = 765). Red value is 117 (46.09% from 255 or 26.65% from 439); Green value is 213 (83.59% from 255 or 48.52% from 439); Blue value is 109 (42.97% from 255 or 24.83% from 439); Max value from RGB is 213 - color contains mainly: green. Hex color #75D56D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75D56D is #8A2A92. Grayscale: #ACACAC. Windows color (decimal): -9054867 or 7198069. OLE color: 7198069.

HSL color Cylindrical-coordinate representation of color #75D56D: hue angle of 115.38º degrees, saturation: 0.55, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #75D56D is Cyan = 0.45, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.16.

Color convert

RGB117213109-
CMYK0.4500.490.16
HSL115.38º55.32%63.14%-
HSV(B)115.38º48.83%83.53%-
XYZ33.8952.4722.81-
YUV172.4492.288.46-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 26.65%
GREEN value IS 213 (83.59% from 255) = 48.52%
BLUE value IS 109 (42.97% from 255) = 24.83%
R=26.65%
G=48.52%
B=24.83%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1172131090.4500.490.16115.3855.3263.14
Hex75D56D2D0311073373f
Octal16532515555061201636777
Binary11101011101010111011011011010110001100001110011110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75D56D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,213,109); }

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

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

 a { background-color: rgb(117,213,109); }

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

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

 span { border-color: rgb(117,213,109); }

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