#7CD586

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

Shades of De York #7CD586

Tints of De York #7CD586

Color information

#7CD586 (or 0x7CD586) is unknown color: approx De York. HEX triplet: 7C, D5 and 86. RGB value is (124,213,134). Sum of RGB (Red+Green+Blue) = 124+213+134=471 (62% of max value = 765). Red value is 124 (48.83% from 255 or 26.33% from 471); Green value is 213 (83.59% from 255 or 45.22% from 471); Blue value is 134 (52.73% from 255 or 28.45% from 471); Max value from RGB is 213 - color contains mainly: green. Hex color #7CD586 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7CD586 is #832A79. Grayscale: #B1B1B1. Windows color (decimal): -8596090 or 8836476. OLE color: 8836476.

HSL color Cylindrical-coordinate representation of color #7CD586: hue angle of 126.74º degrees, saturation: 0.51, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7CD586 is Cyan = 0.42, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.16.

Color convert

RGB124213134-
CMYK0.4200.370.16
HSL126.74º51.45%66.08%-
HSV(B)126.74º41.78%83.53%-
XYZ36.4153.5930.98-
YUV177.38103.5189.92-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 26.33%
GREEN value IS 213 (83.59% from 255) = 45.22%
BLUE value IS 134 (52.73% from 255) = 28.45%
R=26.33%
G=45.22%
B=28.45%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1242131340.4200.370.16126.7451.4566.08
Hex7CD5862A025107f3342
Octal174325206520452017763102
Binary1111100110101011000011010101001001011000011111111100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CD586

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7CD586; }

 p { color: rgb(124,213,134); }

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

<style>
 a { background-color: #7CD586; }

 a { background-color: rgb(124,213,134); }

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

<style>
 span { border-color: #7CD586; }

 span { border-color: rgb(124,213,134); }

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