#7DBE85

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

Shades of De York #7DBE85

Tints of De York #7DBE85

Color information

#7DBE85 (or 0x7DBE85) is unknown color: approx De York. HEX triplet: 7D, BE and 85. RGB value is (125,190,133). Sum of RGB (Red+Green+Blue) = 125+190+133=448 (59% of max value = 765). Red value is 125 (49.22% from 255 or 27.90% from 448); Green value is 190 (74.61% from 255 or 42.41% from 448); Blue value is 133 (52.34% from 255 or 29.69% from 448); Max value from RGB is 190 - color contains mainly: green. Hex color #7DBE85 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DBE85 is #82417A. Grayscale: #A4A4A4. Windows color (decimal): -8536443 or 8765053. OLE color: 8765053.

HSL color Cylindrical-coordinate representation of color #7DBE85: hue angle of 127.38º degrees, saturation: 0.33, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7DBE85 is Cyan = 0.34, Magento = 0, Yellow = 0.3 and Black (K on CMYK) = 0.25.

Color convert

RGB125190133-
CMYK0.3400.30.25
HSL127.38º33.33%61.76%-
HSV(B)127.38º34.21%74.51%-
XYZ31.142.8828.83-
YUV164.07110.47100.13-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 27.90%
GREEN value IS 190 (74.61% from 255) = 42.41%
BLUE value IS 133 (52.34% from 255) = 29.69%
R=27.90%
G=42.41%
B=29.69%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.3
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1251901330.3400.30.25127.3833.3361.76
Hex7DBE852201E197f213e
Octal17527620542036311774176
Binary11111011011111010000101100010011110110011111111100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DBE85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,190,133); }

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

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

 a { background-color: rgb(125,190,133); }

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

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

 span { border-color: rgb(125,190,133); }

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