#7FDE95

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

Shades of De York #7FDE95

Tints of De York #7FDE95

Color information

#7FDE95 (or 0x7FDE95) is unknown color: approx De York. HEX triplet: 7F, DE and 95. RGB value is (127,222,149). Sum of RGB (Red+Green+Blue) = 127+222+149=498 (65% of max value = 765). Red value is 127 (50% from 255 or 25.50% from 498); Green value is 222 (87.11% from 255 or 44.58% from 498); Blue value is 149 (58.59% from 255 or 29.92% from 498); Max value from RGB is 222 - color contains mainly: green. Hex color #7FDE95 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7FDE95 is #80216A. Grayscale: #B9B9B9. Windows color (decimal): -8397163 or 9821823. OLE color: 9821823.

HSL color Cylindrical-coordinate representation of color #7FDE95: hue angle of 133.89º degrees, saturation: 0.59, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7FDE95 is Cyan = 0.43, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.13.

Color convert

RGB127222149-
CMYK0.4300.330.13
HSL133.89º59.01%68.43%-
HSV(B)133.89º42.79%87.06%-
XYZ40.358.9237.68-
YUV185.27107.5386.44-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 25.50%
GREEN value IS 222 (87.11% from 255) = 44.58%
BLUE value IS 149 (58.59% from 255) = 29.92%
R=25.50%
G=44.58%
B=29.92%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1272221490.4300.330.13133.8959.0168.43
Hex7FDE952B021D863b44
Octal177336225530411520673104
Binary1111111110111101001010110101101000011101100001101110111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FDE95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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