#71DD90

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

Shades of Pastel Green #71DD90

Tints of Pastel Green #71DD90

Color information

#71DD90 (or 0x71DD90) is unknown color: approx Pastel Green. HEX triplet: 71, DD and 90. RGB value is (113,221,144). Sum of RGB (Red+Green+Blue) = 113+221+144=478 (63% of max value = 765). Red value is 113 (44.53% from 255 or 23.64% from 478); Green value is 221 (86.72% from 255 or 46.23% from 478); Blue value is 144 (56.64% from 255 or 30.13% from 478); Max value from RGB is 221 - color contains mainly: green. Hex color #71DD90 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #71DD90 is #8E226F. Grayscale: #B4B4B4. Windows color (decimal): -9314928 or 9493873. OLE color: 9493873.

HSL color Cylindrical-coordinate representation of color #71DD90: hue angle of 137.22º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #71DD90 is Cyan = 0.49, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.13.

Color convert

RGB113221144-
CMYK0.4900.350.13
HSL137.22º61.36%65.49%-
HSV(B)137.22º48.87%86.67%-
XYZ37.757.2435.45-
YUV179.93107.7280.26-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 23.64%
GREEN value IS 221 (86.72% from 255) = 46.23%
BLUE value IS 144 (56.64% from 255) = 30.13%
R=23.64%
G=46.23%
B=30.13%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1132211440.4900.350.13137.2261.3665.49
Hex71DD9031023D893d41
Octal161335220610431521175101
Binary1110001110111011001000011000101000111101100010011111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71DD90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,221,144); }

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

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

 a { background-color: rgb(113,221,144); }

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

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

 span { border-color: rgb(113,221,144); }

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