#7FD594

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

Shades of De York #7FD594

Tints of De York #7FD594

Color information

#7FD594 (or 0x7FD594) is unknown color: approx De York. HEX triplet: 7F, D5 and 94. RGB value is (127,213,148). Sum of RGB (Red+Green+Blue) = 127+213+148=488 (64% of max value = 765). Red value is 127 (50% from 255 or 26.02% from 488); Green value is 213 (83.59% from 255 or 43.65% from 488); Blue value is 148 (58.20% from 255 or 30.33% from 488); Max value from RGB is 213 - color contains mainly: green. Hex color #7FD594 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7FD594 is #802A6B. Grayscale: #B4B4B4. Windows color (decimal): -8399468 or 9753983. OLE color: 9753983.

HSL color Cylindrical-coordinate representation of color #7FD594: hue angle of 134.65º degrees, saturation: 0.51, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7FD594 is Cyan = 0.40, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.16.

Color convert

RGB127213148-
CMYK0.4000.310.16
HSL134.65º50.59%66.67%-
HSV(B)134.65º40.38%83.53%-
XYZ37.8954.2436.49-
YUV179.88110.0190.29-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 26.02%
GREEN value IS 213 (83.59% from 255) = 43.65%
BLUE value IS 148 (58.20% from 255) = 30.33%
R=26.02%
G=43.65%
B=30.33%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1272131480.4000.310.16134.6550.5966.67
Hex7FD5942801F10873343
Octal177325224500372020763103
Binary1111111110101011001010010100001111110000100001111100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FD594

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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