#7CC785

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

Shades of De York #7CC785

Tints of De York #7CC785

Color information

#7CC785 (or 0x7CC785) is unknown color: approx De York. HEX triplet: 7C, C7 and 85. RGB value is (124,199,133). Sum of RGB (Red+Green+Blue) = 124+199+133=456 (60% of max value = 765). Red value is 124 (48.83% from 255 or 27.19% from 456); Green value is 199 (78.12% from 255 or 43.64% from 456); Blue value is 133 (52.34% from 255 or 29.17% from 456); Max value from RGB is 199 - color contains mainly: green. Hex color #7CC785 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7CC785 is #83387A. Grayscale: #A9A9A9. Windows color (decimal): -8599675 or 8767356. OLE color: 8767356.

HSL color Cylindrical-coordinate representation of color #7CC785: hue angle of 127.2º degrees, saturation: 0.4, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7CC785 is Cyan = 0.38, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.22.

Color convert

RGB124199133-
CMYK0.3800.330.22
HSL127.2º40.11%63.33%-
HSV(B)127.2º37.69%78.04%-
XYZ32.9746.8329.49-
YUV169.05107.6595.87-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 27.19%
GREEN value IS 199 (78.12% from 255) = 43.64%
BLUE value IS 133 (52.34% from 255) = 29.17%
R=27.19%
G=43.64%
B=29.17%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1241991330.3800.330.22127.240.1163.33
Hex7CC78526021167f283f
Octal17430720546041261775077
Binary111110011000111100001011001100100001101101111111101000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CC785

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,199,133); }

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

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

 a { background-color: rgb(124,199,133); }

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

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

 span { border-color: rgb(124,199,133); }

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