#7CD096

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

Shades of De York #7CD096

Tints of De York #7CD096

Color information

#7CD096 (or 0x7CD096) is unknown color: approx De York. HEX triplet: 7C, D0 and 96. RGB value is (124,208,150). Sum of RGB (Red+Green+Blue) = 124+208+150=482 (63% of max value = 765). Red value is 124 (48.83% from 255 or 25.73% from 482); Green value is 208 (81.64% from 255 or 43.15% from 482); Blue value is 150 (58.98% from 255 or 31.12% from 482); Max value from RGB is 208 - color contains mainly: green. Hex color #7CD096 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7CD096 is #832F69. Grayscale: #B0B0B0. Windows color (decimal): -8597354 or 9883772. OLE color: 9883772.

HSL color Cylindrical-coordinate representation of color #7CD096: hue angle of 138.57º degrees, saturation: 0.47, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7CD096 is Cyan = 0.40, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.18.

Color convert

RGB124208150-
CMYK0.4000.280.18
HSL138.57º47.19%65.1%-
HSV(B)138.57º40.38%81.57%-
XYZ36.3751.636.9-
YUV176.27113.1790.72-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 25.73%
GREEN value IS 208 (81.64% from 255) = 43.15%
BLUE value IS 150 (58.98% from 255) = 31.12%
R=25.73%
G=43.15%
B=31.12%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1242081500.4000.280.18138.5747.1965.1
Hex7CD0962801C128b2f41
Octal174320226500342221357101
Binary1111100110100001001011010100001110010010100010111011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CD096

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,208,150); }

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

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

 a { background-color: rgb(124,208,150); }

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

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

 span { border-color: rgb(124,208,150); }

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