#7FC885

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

Shades of De York #7FC885

Tints of De York #7FC885

Color information

#7FC885 (or 0x7FC885) is unknown color: approx De York. HEX triplet: 7F, C8 and 85. RGB value is (127,200,133). Sum of RGB (Red+Green+Blue) = 127+200+133=460 (60% of max value = 765). Red value is 127 (50% from 255 or 27.61% from 460); Green value is 200 (78.52% from 255 or 43.48% from 460); Blue value is 133 (52.34% from 255 or 28.91% from 460); Max value from RGB is 200 - color contains mainly: green. Hex color #7FC885 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7FC885 is #80377A. Grayscale: #AAAAAA. Windows color (decimal): -8402811 or 8767615. OLE color: 8767615.

HSL color Cylindrical-coordinate representation of color #7FC885: hue angle of 124.93º degrees, saturation: 0.4, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7FC885 is Cyan = 0.36, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.22.

Color convert

RGB127200133-
CMYK0.3600.340.22
HSL124.93º39.89%64.12%-
HSV(B)124.93º36.5%78.43%-
XYZ33.6447.5129.59-
YUV170.54106.8296.95-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 27.61%
GREEN value IS 200 (78.52% from 255) = 43.48%
BLUE value IS 133 (52.34% from 255) = 28.91%
R=27.61%
G=43.48%
B=28.91%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1272001330.3600.340.22124.9339.8964.12
Hex7FC88524022167d2840
Octal177310205440422617550100
Binary1111111110010001000010110010001000101011011111011010001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FC885

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,200,133); }

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

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

 a { background-color: rgb(127,200,133); }

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

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

 span { border-color: rgb(127,200,133); }

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