#7DC287

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

Shades of De York #7DC287

Tints of De York #7DC287

Color information

#7DC287 (or 0x7DC287) is unknown color: approx De York. HEX triplet: 7D, C2 and 87. RGB value is (125,194,135). Sum of RGB (Red+Green+Blue) = 125+194+135=454 (60% of max value = 765). Red value is 125 (49.22% from 255 or 27.53% from 454); Green value is 194 (76.17% from 255 or 42.73% from 454); Blue value is 135 (53.12% from 255 or 29.74% from 454); Max value from RGB is 194 - color contains mainly: green. Hex color #7DC287 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DC287 is #823D78. Grayscale: #A6A6A6. Windows color (decimal): -8535417 or 8897149. OLE color: 8897149.

HSL color Cylindrical-coordinate representation of color #7DC287: hue angle of 128.7º degrees, saturation: 0.36, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #7DC287 is Cyan = 0.36, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.24.

Color convert

RGB125194135-
CMYK0.3600.300.24
HSL128.7º36.13%62.55%-
HSV(B)128.7º35.57%76.08%-
XYZ32.1244.6929.86-
YUV166.64110.1498.3-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 27.53%
GREEN value IS 194 (76.17% from 255) = 42.73%
BLUE value IS 135 (53.12% from 255) = 29.74%
R=27.53%
G=42.73%
B=29.74%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1251941350.3600.300.24128.736.1362.55
Hex7DC2872401E1881243f
Octal17530220744036302014477
Binary111110111000010100001111001000111101100010000001100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DC287

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,194,135); }

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

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

 a { background-color: rgb(125,194,135); }

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

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

 span { border-color: rgb(125,194,135); }

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