#7FDA94

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

Shades of De York #7FDA94

Tints of De York #7FDA94

Color information

#7FDA94 (or 0x7FDA94) is unknown color: approx De York. HEX triplet: 7F, DA and 94. RGB value is (127,218,148). Sum of RGB (Red+Green+Blue) = 127+218+148=493 (65% of max value = 765). Red value is 127 (50% from 255 or 25.76% from 493); Green value is 218 (85.55% from 255 or 44.22% from 493); Blue value is 148 (58.20% from 255 or 30.02% from 493); Max value from RGB is 218 - color contains mainly: green. Hex color #7FDA94 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7FDA94 is #80256B. Grayscale: #B7B7B7. Windows color (decimal): -8398188 or 9755263. OLE color: 9755263.

HSL color Cylindrical-coordinate representation of color #7FDA94: hue angle of 133.85º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7FDA94 is Cyan = 0.42, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.15.

Color convert

RGB127218148-
CMYK0.4200.320.15
HSL133.85º55.15%67.65%-
HSV(B)133.85º41.74%85.49%-
XYZ39.1756.7936.91-
YUV182.81108.3588.19-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 25.76%
GREEN value IS 218 (85.55% from 255) = 44.22%
BLUE value IS 148 (58.20% from 255) = 30.02%
R=25.76%
G=44.22%
B=30.02%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1272181480.4200.320.15133.8555.1567.65
Hex7FDA942A020F863744
Octal177332224520401720667104
Binary1111111110110101001010010101001000001111100001101101111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FDA94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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