#75DF71

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

Shades of Pastel Green #75DF71

Tints of Pastel Green #75DF71

Color information

#75DF71 (or 0x75DF71) is unknown color: approx Pastel Green. HEX triplet: 75, DF and 71. RGB value is (117,223,113). Sum of RGB (Red+Green+Blue) = 117+223+113=453 (60% of max value = 765). Red value is 117 (46.09% from 255 or 25.83% from 453); Green value is 223 (87.5% from 255 or 49.23% from 453); Blue value is 113 (44.53% from 255 or 24.94% from 453); Max value from RGB is 223 - color contains mainly: green. Hex color #75DF71 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75DF71 is #8A208E. Grayscale: #B3B3B3. Windows color (decimal): -9052303 or 7462773. OLE color: 7462773.

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

Color convert

RGB117223113-
CMYK0.4800.490.13
HSL117.82º63.22%65.88%-
HSV(B)117.82º49.33%87.45%-
XYZ36.757.7524.84-
YUV178.7790.8883.94-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 25.83%
GREEN value IS 223 (87.5% from 255) = 49.23%
BLUE value IS 113 (44.53% from 255) = 24.94%
R=25.83%
G=49.23%
B=24.94%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1172231130.4800.490.13117.8263.2265.88
Hex75DF7130031D763f42
Octal165337161600611516677102
Binary11101011101111111100011100000110001110111101101111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75DF71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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