#7CC472

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

Shades of De York #7CC472

Tints of De York #7CC472

Color information

#7CC472 (or 0x7CC472) is unknown color: approx De York. HEX triplet: 7C, C4 and 72. RGB value is (124,196,114). Sum of RGB (Red+Green+Blue) = 124+196+114=434 (57% of max value = 765). Red value is 124 (48.83% from 255 or 28.57% from 434); Green value is 196 (76.95% from 255 or 45.16% from 434); Blue value is 114 (44.92% from 255 or 26.27% from 434); Max value from RGB is 196 - color contains mainly: green. Hex color #7CC472 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7CC472 is #833B8D. Grayscale: #A5A5A5. Windows color (decimal): -8600462 or 7521404. OLE color: 7521404.

HSL color Cylindrical-coordinate representation of color #7CC472: hue angle of 112.68º degrees, saturation: 0.41, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7CC472 is Cyan = 0.37, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.23.

Color convert

RGB124196114-
CMYK0.3700.420.23
HSL112.68º41%60.78%-
HSV(B)112.68º41.84%76.86%-
XYZ31.0944.9822.96-
YUV165.1299.1598.67-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 28.57%
GREEN value IS 196 (76.95% from 255) = 45.16%
BLUE value IS 114 (44.92% from 255) = 26.27%
R=28.57%
G=45.16%
B=26.27%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1241961140.3700.420.23112.684160.78
Hex7CC4722502A1771293d
Octal17430416245052271615175
Binary11111001100010011100101001010101010101111110001101001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CC472

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,196,114); }

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

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

 a { background-color: rgb(124,196,114); }

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

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

 span { border-color: rgb(124,196,114); }

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