#7FD493

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

Shades of De York #7FD493

Tints of De York #7FD493

Color information

#7FD493 (or 0x7FD493) is unknown color: approx De York. HEX triplet: 7F, D4 and 93. RGB value is (127,212,147). Sum of RGB (Red+Green+Blue) = 127+212+147=486 (64% of max value = 765). Red value is 127 (50% from 255 or 26.13% from 486); Green value is 212 (83.20% from 255 or 43.62% from 486); Blue value is 147 (57.81% from 255 or 30.25% from 486); Max value from RGB is 212 - color contains mainly: green. Hex color #7FD493 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7FD493 is #802B6C. Grayscale: #B3B3B3. Windows color (decimal): -8399725 or 9688191. OLE color: 9688191.

HSL color Cylindrical-coordinate representation of color #7FD493: hue angle of 134.12º degrees, saturation: 0.5, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7FD493 is Cyan = 0.40, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.17.

Color convert

RGB127212147-
CMYK0.4000.310.17
HSL134.12º49.71%66.47%-
HSV(B)134.12º40.09%83.14%-
XYZ37.5653.7135.99-
YUV179.18109.8490.79-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 26.13%
GREEN value IS 212 (83.20% from 255) = 43.62%
BLUE value IS 147 (57.81% from 255) = 30.25%
R=26.13%
G=43.62%
B=30.25%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1272121470.4000.310.17134.1249.7166.47
Hex7FD4932801F11863242
Octal177324223500372120662102
Binary1111111110101001001001110100001111110001100001101100101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FD493

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,212,147); }

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

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

 a { background-color: rgb(127,212,147); }

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

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

 span { border-color: rgb(127,212,147); }

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