#7FCD8E

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

Shades of De York #7FCD8E

Tints of De York #7FCD8E

Color information

#7FCD8E (or 0x7FCD8E) is unknown color: approx De York. HEX triplet: 7F, CD and 8E. RGB value is (127,205,142). Sum of RGB (Red+Green+Blue) = 127+205+142=474 (62% of max value = 765). Red value is 127 (50% from 255 or 26.79% from 474); Green value is 205 (80.47% from 255 or 43.25% from 474); Blue value is 142 (55.86% from 255 or 29.96% from 474); Max value from RGB is 205 - color contains mainly: green. Hex color #7FCD8E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7FCD8E is #803271. Grayscale: #AEAEAE. Windows color (decimal): -8401522 or 9358719. OLE color: 9358719.

HSL color Cylindrical-coordinate representation of color #7FCD8E: hue angle of 131.54º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7FCD8E is Cyan = 0.38, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.20.

Color convert

RGB127205142-
CMYK0.3800.310.20
HSL131.54º43.82%65.1%-
HSV(B)131.54º38.05%80.39%-
XYZ35.4750.1333.4-
YUV174.5109.6694.12-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 26.79%
GREEN value IS 205 (80.47% from 255) = 43.25%
BLUE value IS 142 (55.86% from 255) = 29.96%
R=26.79%
G=43.25%
B=29.96%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1272051420.3800.310.20131.5443.8265.1
Hex7FCD8E2601F14842c41
Octal177315216460372420454101
Binary1111111110011011000111010011001111110100100001001011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FCD8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,205,142); }

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

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

 a { background-color: rgb(127,205,142); }

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

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

 span { border-color: rgb(127,205,142); }

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