#7FD994

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

Shades of De York #7FD994

Tints of De York #7FD994

Color information

#7FD994 (or 0x7FD994) is unknown color: approx De York. HEX triplet: 7F, D9 and 94. RGB value is (127,217,148). Sum of RGB (Red+Green+Blue) = 127+217+148=492 (65% of max value = 765). Red value is 127 (50% from 255 or 25.81% from 492); Green value is 217 (85.16% from 255 or 44.11% from 492); Blue value is 148 (58.20% from 255 or 30.08% from 492); Max value from RGB is 217 - color contains mainly: green. Hex color #7FD994 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7FD994 is #80266B. Grayscale: #B6B6B6. Windows color (decimal): -8398444 or 9755007. OLE color: 9755007.

HSL color Cylindrical-coordinate representation of color #7FD994: hue angle of 134º degrees, saturation: 0.54, 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 #7FD994 is Cyan = 0.41, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.15.

Color convert

RGB127217148-
CMYK0.4100.320.15
HSL134º54.22%67.45%-
HSV(B)134º41.47%85.1%-
XYZ38.9156.2836.83-
YUV182.22108.6888.61-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 25.81%
GREEN value IS 217 (85.16% from 255) = 44.11%
BLUE value IS 148 (58.20% from 255) = 30.08%
R=25.81%
G=44.11%
B=30.08%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1272171480.4100.320.1513454.2267.45
Hex7FD99429020F863643
Octal177331224510401720666103
Binary1111111110110011001010010100101000001111100001101101101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FD994

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,217,148); }

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

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

 a { background-color: rgb(127,217,148); }

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

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

 span { border-color: rgb(127,217,148); }

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