#75D564

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

Shades of Pastel Green #75D564

Tints of Pastel Green #75D564

Color information

#75D564 (or 0x75D564) is unknown color: approx Pastel Green. HEX triplet: 75, D5 and 64. RGB value is (117,213,100). Sum of RGB (Red+Green+Blue) = 117+213+100=430 (56% of max value = 765). Red value is 117 (46.09% from 255 or 27.21% from 430); Green value is 213 (83.59% from 255 or 49.53% from 430); Blue value is 100 (39.45% from 255 or 23.26% from 430); Max value from RGB is 213 - color contains mainly: green. Hex color #75D564 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75D564 is #8A2A9B. Grayscale: #ABABAB. Windows color (decimal): -9054876 or 6608245. OLE color: 6608245.

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

Color convert

RGB117213100-
CMYK0.4500.530.16
HSL110.97º57.36%61.37%-
HSV(B)110.97º53.05%83.53%-
XYZ33.4352.2920.39-
YUV171.4187.789.19-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 27.21%
GREEN value IS 213 (83.59% from 255) = 49.53%
BLUE value IS 100 (39.45% from 255) = 23.26%
R=27.21%
G=49.53%
B=23.26%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1172131000.4500.530.16110.9757.3661.37
Hex75D5642D035106f393d
Octal16532514455065201577175
Binary11101011101010111001001011010110101100001101111111001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75D564

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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