#7bd595

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

Shades of De York #7BD595

Tints of De York #7BD595

Color information

#7BD595 (or 0x7BD595) is unknown color: approx De York. HEX triplet: 7B, D5 and 95. RGB value is (123,213,149). Sum of RGB (Red+Green+Blue) = 123+213+149=485 (64% of max value = 765). Red value is 123 (48.44% from 255 or 25.36% from 485); Green value is 213 (83.59% from 255 or 43.92% from 485); Blue value is 149 (58.59% from 255 or 30.72% from 485); Max value from RGB is 213 - color contains mainly: green. Hex color #7BD595 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7BD595 is #842A6A. Grayscale: #B2B2B2. Windows color (decimal): -8661611 or 9819515. OLE color: 9819515.

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

Color convert

RGB123213149-
CMYK0.4200.300.16
HSL137.33º51.72%65.88%-
HSV(B)137.33º42.25%83.53%-
XYZ37.3953.9736.88-
YUV178.79111.1888.2-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 25.36%
GREEN value IS 213 (83.59% from 255) = 43.92%
BLUE value IS 149 (58.59% from 255) = 30.72%
R=25.36%
G=43.92%
B=30.72%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1232131490.4200.300.16137.3351.7265.88
Hex7BD5952A01E10893442
Octal173325225520362021164102
Binary1111011110101011001010110101001111010000100010011101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7bd595

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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