#7CCC8E

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

Shades of De York #7CCC8E

Tints of De York #7CCC8E

Color information

#7CCC8E (or 0x7CCC8E) is unknown color: approx De York. HEX triplet: 7C, CC and 8E. RGB value is (124,204,142). Sum of RGB (Red+Green+Blue) = 124+204+142=470 (62% of max value = 765). Red value is 124 (48.83% from 255 or 26.38% from 470); Green value is 204 (80.08% from 255 or 43.40% from 470); Blue value is 142 (55.86% from 255 or 30.21% from 470); Max value from RGB is 204 - color contains mainly: green. Hex color #7CCC8E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7CCC8E is #833371. Grayscale: #ADADAD. Windows color (decimal): -8598386 or 9358460. OLE color: 9358460.

HSL color Cylindrical-coordinate representation of color #7CCC8E: hue angle of 133.5º degrees, saturation: 0.44, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7CCC8E is Cyan = 0.39, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.2.

Color convert

RGB124204142-
CMYK0.3900.300.2
HSL133.5º43.96%64.31%-
HSV(B)133.5º39.22%80%-
XYZ34.7949.4233.3-
YUV173.01110.593.04-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 26.38%
GREEN value IS 204 (80.08% from 255) = 43.40%
BLUE value IS 142 (55.86% from 255) = 30.21%
R=26.38%
G=43.40%
B=30.21%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1242041420.3900.300.2133.543.9664.31
Hex7CCC8E2701E14862c40
Octal174314216470362420654100
Binary1111100110011001000111010011101111010100100001101011001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CCC8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,204,142); }

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

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

 a { background-color: rgb(124,204,142); }

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

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

 span { border-color: rgb(124,204,142); }

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