#7cc084

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

Shades of De York #7CC084

Tints of De York #7CC084

Color information

#7CC084 (or 0x7CC084) is unknown color: approx De York. HEX triplet: 7C, C0 and 84. RGB value is (124,192,132). Sum of RGB (Red+Green+Blue) = 124+192+132=448 (59% of max value = 765). Red value is 124 (48.83% from 255 or 27.68% from 448); Green value is 192 (75.39% from 255 or 42.86% from 448); Blue value is 132 (51.95% from 255 or 29.46% from 448); Max value from RGB is 192 - color contains mainly: green. Hex color #7CC084 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7CC084 is #833F7B. Grayscale: #A5A5A5. Windows color (decimal): -8601468 or 8700028. OLE color: 8700028.

HSL color Cylindrical-coordinate representation of color #7CC084: hue angle of 127.06º degrees, saturation: 0.35, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7CC084 is Cyan = 0.35, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.25.

Color convert

RGB124192132-
CMYK0.3500.310.25
HSL127.06º35.05%61.96%-
HSV(B)127.06º35.42%75.29%-
XYZ31.3343.6528.6-
YUV164.83109.4798.88-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 27.68%
GREEN value IS 192 (75.39% from 255) = 42.86%
BLUE value IS 132 (51.95% from 255) = 29.46%
R=27.68%
G=42.86%
B=29.46%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1241921320.3500.310.25127.0635.0561.96
Hex7CC0842301F197f233e
Octal17430020443037311774376
Binary11111001100000010000100100011011111110011111111100011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7cc084

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,192,132); }

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

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

 a { background-color: rgb(124,192,132); }

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

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

 span { border-color: rgb(124,192,132); }

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