#71DB61

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

Shades of Pastel Green #71DB61

Tints of Pastel Green #71DB61

Color information

#71DB61 (or 0x71DB61) is unknown color: approx Pastel Green. HEX triplet: 71, DB and 61. RGB value is (113,219,97). Sum of RGB (Red+Green+Blue) = 113+219+97=429 (56% of max value = 765). Red value is 113 (44.53% from 255 or 26.34% from 429); Green value is 219 (85.94% from 255 or 51.05% from 429); Blue value is 97 (38.28% from 255 or 22.61% from 429); Max value from RGB is 219 - color contains mainly: green. Hex color #71DB61 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #71DB61 is #8E249E. Grayscale: #ADADAD. Windows color (decimal): -9315487 or 6413169. OLE color: 6413169.

HSL color Cylindrical-coordinate representation of color #71DB61: hue angle of 112.13º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #71DB61 is Cyan = 0.48, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.14.

Color convert

RGB11321997-
CMYK0.4800.560.14
HSL112.13º62.89%61.96%-
HSV(B)112.13º55.71%85.88%-
XYZ34.355.0420.12-
YUV173.484.8884.92-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 26.34%
GREEN value IS 219 (85.94% from 255) = 51.05%
BLUE value IS 97 (38.28% from 255) = 22.61%
R=26.34%
G=51.05%
B=22.61%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal113219970.4800.560.14112.1362.8961.96
Hex71DB6130038E703f3e
Octal16133314160070161607776
Binary1110001110110111100001110000011100011101110000111111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71DB61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,219,97); }

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

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

 a { background-color: rgb(113,219,97); }

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

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

 span { border-color: rgb(113,219,97); }

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