#7CC774

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

Shades of De York #7CC774

Tints of De York #7CC774

Color information

#7CC774 (or 0x7CC774) is unknown color: approx De York. HEX triplet: 7C, C7 and 74. RGB value is (124,199,116). Sum of RGB (Red+Green+Blue) = 124+199+116=439 (58% of max value = 765). Red value is 124 (48.83% from 255 or 28.25% from 439); Green value is 199 (78.12% from 255 or 45.33% from 439); Blue value is 116 (45.70% from 255 or 26.42% from 439); Max value from RGB is 199 - color contains mainly: green. Hex color #7CC774 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7CC774 is #83388B. Grayscale: #A7A7A7. Windows color (decimal): -8599692 or 7653244. OLE color: 7653244.

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

Color convert

RGB124199116-
CMYK0.3800.420.22
HSL114.22º42.56%61.76%-
HSV(B)114.22º41.71%78.04%-
XYZ31.8946.3923.8-
YUV167.1199.1597.25-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 28.25%
GREEN value IS 199 (78.12% from 255) = 45.33%
BLUE value IS 116 (45.70% from 255) = 26.42%
R=28.25%
G=45.33%
B=26.42%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1241991160.3800.420.22114.2242.5661.76
Hex7CC7742602A16722b3e
Octal17430716446052261625376
Binary11111001100011111101001001100101010101101110010101011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CC774

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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