#7FCE94

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

Shades of De York #7FCE94

Tints of De York #7FCE94

Color information

#7FCE94 (or 0x7FCE94) is unknown color: approx De York. HEX triplet: 7F, CE and 94. RGB value is (127,206,148). Sum of RGB (Red+Green+Blue) = 127+206+148=481 (63% of max value = 765). Red value is 127 (50% from 255 or 26.40% from 481); Green value is 206 (80.86% from 255 or 42.83% from 481); Blue value is 148 (58.20% from 255 or 30.77% from 481); Max value from RGB is 206 - color contains mainly: green. Hex color #7FCE94 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7FCE94 is #80316B. Grayscale: #AFAFAF. Windows color (decimal): -8401260 or 9752191. OLE color: 9752191.

HSL color Cylindrical-coordinate representation of color #7FCE94: hue angle of 135.95º degrees, saturation: 0.45, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7FCE94 is Cyan = 0.38, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.19.

Color convert

RGB127206148-
CMYK0.3800.280.19
HSL135.95º44.63%65.29%-
HSV(B)135.95º38.35%80.78%-
XYZ36.1750.7935.91-
YUV175.77112.3393.22-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 26.40%
GREEN value IS 206 (80.86% from 255) = 42.83%
BLUE value IS 148 (58.20% from 255) = 30.77%
R=26.40%
G=42.83%
B=30.77%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1272061480.3800.280.19135.9544.6365.29
Hex7FCE942601C13882d41
Octal177316224460342321055101
Binary1111111110011101001010010011001110010011100010001011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FCE94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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