#7CD280

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

Shades of De York #7CD280

Tints of De York #7CD280

Color information

#7CD280 (or 0x7CD280) is unknown color: approx De York. HEX triplet: 7C, D2 and 80. RGB value is (124,210,128). Sum of RGB (Red+Green+Blue) = 124+210+128=462 (61% of max value = 765). Red value is 124 (48.83% from 255 or 26.84% from 462); Green value is 210 (82.42% from 255 or 45.45% from 462); Blue value is 128 (50.39% from 255 or 27.71% from 462); Max value from RGB is 210 - color contains mainly: green. Hex color #7CD280 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7CD280 is #832D7F. Grayscale: #AFAFAF. Windows color (decimal): -8596864 or 8442492. OLE color: 8442492.

HSL color Cylindrical-coordinate representation of color #7CD280: hue angle of 122.79º degrees, saturation: 0.49, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7CD280 is Cyan = 0.41, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.18.

Color convert

RGB124210128-
CMYK0.4100.390.18
HSL122.79º48.86%65.49%-
HSV(B)122.79º40.95%82.35%-
XYZ35.2651.9428.59-
YUV174.94101.5191.67-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 26.84%
GREEN value IS 210 (82.42% from 255) = 45.45%
BLUE value IS 128 (50.39% from 255) = 27.71%
R=26.84%
G=45.45%
B=27.71%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1242101280.4100.390.18122.7948.8665.49
Hex7CD28029027127b3141
Octal174322200510472217361101
Binary1111100110100101000000010100101001111001011110111100011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CD280

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,210,128); }

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

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

 a { background-color: rgb(124,210,128); }

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

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

 span { border-color: rgb(124,210,128); }

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