#7FCD8D

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

Shades of De York #7FCD8D

Tints of De York #7FCD8D

Color information

#7FCD8D (or 0x7FCD8D) is unknown color: approx De York. HEX triplet: 7F, CD and 8D. RGB value is (127,205,141). Sum of RGB (Red+Green+Blue) = 127+205+141=473 (62% of max value = 765). Red value is 127 (50% from 255 or 26.85% from 473); Green value is 205 (80.47% from 255 or 43.34% from 473); Blue value is 141 (55.47% from 255 or 29.81% from 473); Max value from RGB is 205 - color contains mainly: green. Hex color #7FCD8D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7FCD8D is #803272. Grayscale: #AEAEAE. Windows color (decimal): -8401523 or 9293183. OLE color: 9293183.

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

Color convert

RGB127205141-
CMYK0.3800.310.20
HSL130.77º43.82%65.1%-
HSV(B)130.77º38.05%80.39%-
XYZ35.3950.133-
YUV174.38109.1694.2-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 26.85%
GREEN value IS 205 (80.47% from 255) = 43.34%
BLUE value IS 141 (55.47% from 255) = 29.81%
R=26.85%
G=43.34%
B=29.81%

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
Decimal1272051410.3800.310.20130.7743.8265.1
Hex7FCD8D2601F14832c41
Octal177315215460372420354101
Binary1111111110011011000110110011001111110100100000111011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FCD8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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