#7CCC8C

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

Shades of De York #7CCC8C

Tints of De York #7CCC8C

Color information

#7CCC8C (or 0x7CCC8C) is unknown color: approx De York. HEX triplet: 7C, CC and 8C. RGB value is (124,204,140). Sum of RGB (Red+Green+Blue) = 124+204+140=468 (61% of max value = 765). Red value is 124 (48.83% from 255 or 26.50% from 468); Green value is 204 (80.08% from 255 or 43.59% from 468); Blue value is 140 (55.08% from 255 or 29.91% from 468); Max value from RGB is 204 - color contains mainly: green. Hex color #7CCC8C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7CCC8C is #833373. Grayscale: #ACACAC. Windows color (decimal): -8598388 or 9227388. OLE color: 9227388.

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

Color convert

RGB124204140-
CMYK0.3900.310.2
HSL132º43.96%64.31%-
HSV(B)132º39.22%80%-
XYZ34.6449.3632.51-
YUV172.78109.593.2-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 26.50%
GREEN value IS 204 (80.08% from 255) = 43.59%
BLUE value IS 140 (55.08% from 255) = 29.91%
R=26.50%
G=43.59%
B=29.91%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1242041400.3900.310.213243.9664.31
Hex7CCC8C2701F14842c40
Octal174314214470372420454100
Binary1111100110011001000110010011101111110100100001001011001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CCC8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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