#7FD093

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

Shades of De York #7FD093

Tints of De York #7FD093

Color information

#7FD093 (or 0x7FD093) is unknown color: approx De York. HEX triplet: 7F, D0 and 93. RGB value is (127,208,147). Sum of RGB (Red+Green+Blue) = 127+208+147=482 (63% of max value = 765). Red value is 127 (50% from 255 or 26.35% from 482); Green value is 208 (81.64% from 255 or 43.15% from 482); Blue value is 147 (57.81% from 255 or 30.50% from 482); Max value from RGB is 208 - color contains mainly: green. Hex color #7FD093 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7FD093 is #802F6C. Grayscale: #B0B0B0. Windows color (decimal): -8400749 or 9687167. OLE color: 9687167.

HSL color Cylindrical-coordinate representation of color #7FD093: hue angle of 134.81º degrees, saturation: 0.46, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7FD093 is Cyan = 0.39, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.18.

Color convert

RGB127208147-
CMYK0.3900.290.18
HSL134.81º46.29%65.69%-
HSV(B)134.81º38.94%81.57%-
XYZ36.5751.7335.66-
YUV176.83111.1692.46-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 26.35%
GREEN value IS 208 (81.64% from 255) = 43.15%
BLUE value IS 147 (57.81% from 255) = 30.50%
R=26.35%
G=43.15%
B=30.50%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1272081470.3900.290.18134.8146.2965.69
Hex7FD0932701D12872e42
Octal177320223470352220756102
Binary1111111110100001001001110011101110110010100001111011101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FD093

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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