#7FC385

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

Shades of De York #7FC385

Tints of De York #7FC385

Color information

#7FC385 (or 0x7FC385) is unknown color: approx De York. HEX triplet: 7F, C3 and 85. RGB value is (127,195,133). Sum of RGB (Red+Green+Blue) = 127+195+133=455 (60% of max value = 765). Red value is 127 (50% from 255 or 27.91% from 455); Green value is 195 (76.56% from 255 or 42.86% from 455); Blue value is 133 (52.34% from 255 or 29.23% from 455); Max value from RGB is 195 - color contains mainly: green. Hex color #7FC385 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7FC385 is #803C7A. Grayscale: #A7A7A7. Windows color (decimal): -8404091 or 8766335. OLE color: 8766335.

HSL color Cylindrical-coordinate representation of color #7FC385: hue angle of 125.29º degrees, saturation: 0.36, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7FC385 is Cyan = 0.35, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.24.

Color convert

RGB127195133-
CMYK0.3500.320.24
HSL125.29º36.17%63.14%-
HSV(B)125.29º34.87%76.47%-
XYZ32.545.2429.21-
YUV167.6108.4799.04-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 27.91%
GREEN value IS 195 (76.56% from 255) = 42.86%
BLUE value IS 133 (52.34% from 255) = 29.23%
R=27.91%
G=42.86%
B=29.23%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1271951330.3500.320.24125.2936.1763.14
Hex7FC38523020187d243f
Octal17730320543040301754477
Binary111111111000011100001011000110100000110001111101100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FC385

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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