#7BD585

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

Shades of De York #7BD585

Tints of De York #7BD585

Color information

#7BD585 (or 0x7BD585) is unknown color: approx De York. HEX triplet: 7B, D5 and 85. RGB value is (123,213,133). Sum of RGB (Red+Green+Blue) = 123+213+133=469 (62% of max value = 765). Red value is 123 (48.44% from 255 or 26.23% from 469); Green value is 213 (83.59% from 255 or 45.42% from 469); Blue value is 133 (52.34% from 255 or 28.36% from 469); Max value from RGB is 213 - color contains mainly: green. Hex color #7BD585 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7BD585 is #842A7A. Grayscale: #B1B1B1. Windows color (decimal): -8661627 or 8770939. OLE color: 8770939.

HSL color Cylindrical-coordinate representation of color #7BD585: hue angle of 126.67º degrees, saturation: 0.52, 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 #7BD585 is Cyan = 0.42, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.16.

Color convert

RGB123213133-
CMYK0.4200.380.16
HSL126.67º51.72%65.88%-
HSV(B)126.67º42.25%83.53%-
XYZ36.253.4930.61-
YUV176.97103.1889.5-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 26.23%
GREEN value IS 213 (83.59% from 255) = 45.42%
BLUE value IS 133 (52.34% from 255) = 28.36%
R=26.23%
G=45.42%
B=28.36%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1232131330.4200.380.16126.6751.7265.88
Hex7BD5852A026107f3442
Octal173325205520462017764102
Binary1111011110101011000010110101001001101000011111111101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BD585

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,213,133); }

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

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

 a { background-color: rgb(123,213,133); }

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

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

 span { border-color: rgb(123,213,133); }

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