#71DC94

Color #71DC94 Silver Tree (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Silver Tree #71DC94

Tints of Silver Tree #71DC94

Color information

#71DC94 (or 0x71DC94) is unknown color: approx Silver Tree. HEX triplet: 71, DC and 94. RGB value is (113,220,148). Sum of RGB (Red+Green+Blue) = 113+220+148=481 (63% of max value = 765). Red value is 113 (44.53% from 255 or 23.49% from 481); Green value is 220 (86.33% from 255 or 45.74% from 481); Blue value is 148 (58.20% from 255 or 30.77% from 481); Max value from RGB is 220 - color contains mainly: green. Hex color #71DC94 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #71DC94 is #8E236B. Grayscale: #B3B3B3. Windows color (decimal): -9315180 or 9755761. OLE color: 9755761.

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

Color convert

RGB113220148-
CMYK0.4900.330.14
HSL139.63º60.45%65.29%-
HSV(B)139.63º48.64%86.27%-
XYZ37.7556.8437-
YUV179.8110.0580.35-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 23.49%
GREEN value IS 220 (86.33% from 255) = 45.74%
BLUE value IS 148 (58.20% from 255) = 30.77%
R=23.49%
G=45.74%
B=30.77%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1132201480.4900.330.14139.6360.4565.29
Hex71DC9431021E8c3c41
Octal161334224610411621474101
Binary1110001110111001001010011000101000011110100011001111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71DC94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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