#7FCE95

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

Shades of De York #7FCE95

Tints of De York #7FCE95

Color information

#7FCE95 (or 0x7FCE95) is unknown color: approx De York. HEX triplet: 7F, CE and 95. RGB value is (127,206,149). Sum of RGB (Red+Green+Blue) = 127+206+149=482 (63% of max value = 765). Red value is 127 (50% from 255 or 26.35% from 482); Green value is 206 (80.86% from 255 or 42.74% from 482); Blue value is 149 (58.59% from 255 or 30.91% from 482); Max value from RGB is 206 - color contains mainly: green. Hex color #7FCE95 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7FCE95 is #80316A. Grayscale: #B0B0B0. Windows color (decimal): -8401259 or 9817727. OLE color: 9817727.

HSL color Cylindrical-coordinate representation of color #7FCE95: hue angle of 136.71º 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 #7FCE95 is Cyan = 0.38, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.19.

Color convert

RGB127206149-
CMYK0.3800.280.19
HSL136.71º44.63%65.29%-
HSV(B)136.71º38.35%80.78%-
XYZ36.2550.8236.33-
YUV175.88112.8393.13-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 26.35%
GREEN value IS 206 (80.86% from 255) = 42.74%
BLUE value IS 149 (58.59% from 255) = 30.91%
R=26.35%
G=42.74%
B=30.91%

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
Decimal1272061490.3800.280.19136.7144.6365.29
Hex7FCE952601C13892d41
Octal177316225460342321155101
Binary1111111110011101001010110011001110010011100010011011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FCE95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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