#71DC84

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

Shades of Pastel Green #71DC84

Tints of Pastel Green #71DC84

Color information

#71DC84 (or 0x71DC84) is unknown color: approx Pastel Green. HEX triplet: 71, DC and 84. RGB value is (113,220,132). Sum of RGB (Red+Green+Blue) = 113+220+132=465 (61% of max value = 765). Red value is 113 (44.53% from 255 or 24.30% from 465); Green value is 220 (86.33% from 255 or 47.31% from 465); Blue value is 132 (51.95% from 255 or 28.39% from 465); Max value from RGB is 220 - color contains mainly: green. Hex color #71DC84 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #71DC84 is #8E237B. Grayscale: #B2B2B2. Windows color (decimal): -9315196 or 8707185. OLE color: 8707185.

HSL color Cylindrical-coordinate representation of color #71DC84: hue angle of 130.65º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #71DC84 is Cyan = 0.49, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.14.

Color convert

RGB113220132-
CMYK0.4900.400.14
HSL130.65º60.45%65.29%-
HSV(B)130.65º48.64%86.27%-
XYZ36.5756.3630.78-
YUV177.98102.0581.66-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 24.30%
GREEN value IS 220 (86.33% from 255) = 47.31%
BLUE value IS 132 (51.95% from 255) = 28.39%
R=24.30%
G=47.31%
B=28.39%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1132201320.4900.400.14130.6560.4565.29
Hex71DC8431028E833c41
Octal161334204610501620374101
Binary1110001110111001000010011000101010001110100000111111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71DC84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,220,132); }

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

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

 a { background-color: rgb(113,220,132); }

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

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

 span { border-color: rgb(113,220,132); }

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