#71DC83

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

Shades of Pastel Green #71DC83

Tints of Pastel Green #71DC83

Color information

#71DC83 (or 0x71DC83) is unknown color: approx Pastel Green. HEX triplet: 71, DC and 83. RGB value is (113,220,131). Sum of RGB (Red+Green+Blue) = 113+220+131=464 (61% of max value = 765). Red value is 113 (44.53% from 255 or 24.35% from 464); Green value is 220 (86.33% from 255 or 47.41% from 464); Blue value is 131 (51.56% from 255 or 28.23% from 464); Max value from RGB is 220 - color contains mainly: green. Hex color #71DC83 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #71DC83 is #8E237C. Grayscale: #B2B2B2. Windows color (decimal): -9315197 or 8641649. OLE color: 8641649.

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

Color convert

RGB113220131-
CMYK0.4900.400.14
HSL130.09º60.45%65.29%-
HSV(B)130.09º48.64%86.27%-
XYZ36.556.3430.42-
YUV177.86101.5581.74-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 24.35%
GREEN value IS 220 (86.33% from 255) = 47.41%
BLUE value IS 131 (51.56% from 255) = 28.23%
R=24.35%
G=47.41%
B=28.23%

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
Decimal1132201310.4900.400.14130.0960.4565.29
Hex71DC8331028E823c41
Octal161334203610501620274101
Binary1110001110111001000001111000101010001110100000101111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71DC83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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