#75D565

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

Shades of Pastel Green #75D565

Tints of Pastel Green #75D565

Color information

#75D565 (or 0x75D565) is unknown color: approx Pastel Green. HEX triplet: 75, D5 and 65. RGB value is (117,213,101). Sum of RGB (Red+Green+Blue) = 117+213+101=431 (57% of max value = 765). Red value is 117 (46.09% from 255 or 27.15% from 431); Green value is 213 (83.59% from 255 or 49.42% from 431); Blue value is 101 (39.84% from 255 or 23.43% from 431); Max value from RGB is 213 - color contains mainly: green. Hex color #75D565 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75D565 is #8A2A9A. Grayscale: #ABABAB. Windows color (decimal): -9054875 or 6673781. OLE color: 6673781.

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

Color convert

RGB117213101-
CMYK0.4500.530.16
HSL111.43º57.14%61.57%-
HSV(B)111.43º52.58%83.53%-
XYZ33.4852.3120.64-
YUV171.5388.289.11-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 27.15%
GREEN value IS 213 (83.59% from 255) = 49.42%
BLUE value IS 101 (39.84% from 255) = 23.43%
R=27.15%
G=49.42%
B=23.43%

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
Decimal1172131010.4500.530.16111.4357.1461.57
Hex75D5652D035106f393e
Octal16532514555065201577176
Binary11101011101010111001011011010110101100001101111111001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75D565

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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