#71DF75

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

Shades of Pastel Green #71DF75

Tints of Pastel Green #71DF75

Color information

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

HSL color Cylindrical-coordinate representation of color #71DF75: hue angle of 122.18º 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 #71DF75 is Cyan = 0.49, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.13.

Color convert

RGB113223117-
CMYK0.4900.480.13
HSL122.18º63.22%65.88%-
HSV(B)122.18º49.33%87.45%-
XYZ36.4157.5726.02-
YUV178.0393.5681.62-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1132231170.4900.480.13122.1863.2265.88
Hex71DF7531030D7a3f42
Octal161337165610601517277102
Binary11100011101111111101011100010110000110111110101111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71DF75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #71DF75; }

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

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

<style>
 a { background-color: #71DF75; }

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

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

<style>
 span { border-color: #71DF75; }

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

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