#71CE82

Color #71CE82 De York (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of De York #71CE82

Tints of De York #71CE82

Color information

#71CE82 (or 0x71CE82) is unknown color: approx De York. HEX triplet: 71, CE and 82. RGB value is (113,206,130). Sum of RGB (Red+Green+Blue) = 113+206+130=449 (59% of max value = 765). Red value is 113 (44.53% from 255 or 25.17% from 449); Green value is 206 (80.86% from 255 or 45.88% from 449); Blue value is 130 (51.17% from 255 or 28.95% from 449); Max value from RGB is 206 - color contains mainly: green. Hex color #71CE82 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #71CE82 is #8E317D. Grayscale: #A9A9A9. Windows color (decimal): -9318782 or 8572529. OLE color: 8572529.

HSL color Cylindrical-coordinate representation of color #71CE82: hue angle of 130.97º degrees, saturation: 0.49, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #71CE82 is Cyan = 0.45, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.19.

Color convert

RGB113206130-
CMYK0.4500.370.19
HSL130.97º48.69%62.55%-
HSV(B)130.97º45.15%80.78%-
XYZ32.9149.2728.89-
YUV169.53105.6987.68-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 25.17%
GREEN value IS 206 (80.86% from 255) = 45.88%
BLUE value IS 130 (51.17% from 255) = 28.95%
R=25.17%
G=45.88%
B=28.95%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1132061300.4500.370.19130.9748.6962.55
Hex71CE822D0251383313f
Octal16131620255045232036177
Binary1110001110011101000001010110101001011001110000011110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71CE82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,206,130); }

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

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

 a { background-color: rgb(113,206,130); }

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

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

 span { border-color: rgb(113,206,130); }

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