#7FD895

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

Shades of De York #7FD895

Tints of De York #7FD895

Color information

#7FD895 (or 0x7FD895) is unknown color: approx De York. HEX triplet: 7F, D8 and 95. RGB value is (127,216,149). Sum of RGB (Red+Green+Blue) = 127+216+149=492 (65% of max value = 765). Red value is 127 (50% from 255 or 25.81% from 492); Green value is 216 (84.77% from 255 or 43.90% from 492); Blue value is 149 (58.59% from 255 or 30.28% from 492); Max value from RGB is 216 - color contains mainly: green. Hex color #7FD895 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7FD895 is #80276A. Grayscale: #B5B5B5. Windows color (decimal): -8398699 or 9820287. OLE color: 9820287.

HSL color Cylindrical-coordinate representation of color #7FD895: hue angle of 134.83º degrees, saturation: 0.53, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7FD895 is Cyan = 0.41, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.15.

Color convert

RGB127216149-
CMYK0.4100.310.15
HSL134.83º53.29%67.25%-
HSV(B)134.83º41.2%84.71%-
XYZ38.7355.7937.16-
YUV181.75109.5188.95-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 25.81%
GREEN value IS 216 (84.77% from 255) = 43.90%
BLUE value IS 149 (58.59% from 255) = 30.28%
R=25.81%
G=43.90%
B=30.28%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1272161490.4100.310.15134.8353.2967.25
Hex7FD8952901FF873543
Octal177330225510371720765103
Binary111111111011000100101011010010111111111100001111101011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FD895

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,216,149); }

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

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

 a { background-color: rgb(127,216,149); }

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

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

 span { border-color: rgb(127,216,149); }

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