#7FDC97

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

Shades of De York #7FDC97

Tints of De York #7FDC97

Color information

#7FDC97 (or 0x7FDC97) is unknown color: approx De York. HEX triplet: 7F, DC and 97. RGB value is (127,220,151). Sum of RGB (Red+Green+Blue) = 127+220+151=498 (65% of max value = 765). Red value is 127 (50% from 255 or 25.50% from 498); Green value is 220 (86.33% from 255 or 44.18% from 498); Blue value is 151 (59.38% from 255 or 30.32% from 498); Max value from RGB is 220 - color contains mainly: green. Hex color #7FDC97 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7FDC97 is #802368. Grayscale: #B8B8B8. Windows color (decimal): -8397673 or 9952383. OLE color: 9952383.

HSL color Cylindrical-coordinate representation of color #7FDC97: hue angle of 135.48º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7FDC97 is Cyan = 0.42, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.14.

Color convert

RGB127220151-
CMYK0.4200.310.14
HSL135.48º57.06%68.04%-
HSV(B)135.48º42.27%86.27%-
XYZ39.9357.9338.36-
YUV184.33109.1987.11-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 25.50%
GREEN value IS 220 (86.33% from 255) = 44.18%
BLUE value IS 151 (59.38% from 255) = 30.32%
R=25.50%
G=44.18%
B=30.32%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1272201510.4200.310.14135.4857.0668.04
Hex7FDC972A01FE873944
Octal177334227520371620771104
Binary111111111011100100101111010100111111110100001111110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FDC97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,220,151); }

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

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

 a { background-color: rgb(127,220,151); }

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

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

 span { border-color: rgb(127,220,151); }

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