#75DF65

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

Shades of Pastel Green #75DF65

Tints of Pastel Green #75DF65

Color information

#75DF65 (or 0x75DF65) is unknown color: approx Pastel Green. HEX triplet: 75, DF and 65. RGB value is (117,223,101). Sum of RGB (Red+Green+Blue) = 117+223+101=441 (58% of max value = 765). Red value is 117 (46.09% from 255 or 26.53% from 441); Green value is 223 (87.5% from 255 or 50.57% from 441); Blue value is 101 (39.84% from 255 or 22.90% from 441); Max value from RGB is 223 - color contains mainly: green. Hex color #75DF65 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75DF65 is #8A209A. Grayscale: #B1B1B1. Windows color (decimal): -9052315 or 6676341. OLE color: 6676341.

HSL color Cylindrical-coordinate representation of color #75DF65: hue angle of 112.13º degrees, saturation: 0.66, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #75DF65 is Cyan = 0.48, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.13.

Color convert

RGB117223101-
CMYK0.4800.550.13
HSL112.13º65.59%63.53%-
HSV(B)112.13º54.71%87.45%-
XYZ36.0757.521.51-
YUV177.484.8884.92-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 26.53%
GREEN value IS 223 (87.5% from 255) = 50.57%
BLUE value IS 101 (39.84% from 255) = 22.90%
R=26.53%
G=50.57%
B=22.90%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1172231010.4800.550.13112.1365.5963.53
Hex75DF6530037D704240
Octal1653371456006715160102100
Binary111010111011111110010111000001101111101111000010000101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75DF65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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