#71D578

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

Shades of Pastel Green #71D578

Tints of Pastel Green #71D578

Color information

#71D578 (or 0x71D578) is unknown color: approx Pastel Green. HEX triplet: 71, D5 and 78. RGB value is (113,213,120). Sum of RGB (Red+Green+Blue) = 113+213+120=446 (59% of max value = 765). Red value is 113 (44.53% from 255 or 25.34% from 446); Green value is 213 (83.59% from 255 or 47.76% from 446); Blue value is 120 (47.27% from 255 or 26.91% from 446); Max value from RGB is 213 - color contains mainly: green. Hex color #71D578 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #71D578 is #8E2A87. Grayscale: #ACACAC. Windows color (decimal): -9317000 or 7918961. OLE color: 7918961.

HSL color Cylindrical-coordinate representation of color #71D578: hue angle of 124.2º degrees, saturation: 0.54, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #71D578 is Cyan = 0.47, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.16.

Color convert

RGB113213120-
CMYK0.4700.440.16
HSL124.2º54.35%63.92%-
HSV(B)124.2º46.95%83.53%-
XYZ33.9952.4626.1-
YUV172.598.3785.56-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 25.34%
GREEN value IS 213 (83.59% from 255) = 47.76%
BLUE value IS 120 (47.27% from 255) = 26.91%
R=25.34%
G=47.76%
B=26.91%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1132131200.4700.440.16124.254.3563.92
Hex71D5782F02C107c3640
Octal161325170570542017466100
Binary111000111010101111100010111101011001000011111001101101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71D578

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,213,120); }

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

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

 a { background-color: rgb(113,213,120); }

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

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

 span { border-color: rgb(113,213,120); }

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