#7CD082

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

Shades of De York #7CD082

Tints of De York #7CD082

Color information

#7CD082 (or 0x7CD082) is unknown color: approx De York. HEX triplet: 7C, D0 and 82. RGB value is (124,208,130). Sum of RGB (Red+Green+Blue) = 124+208+130=462 (61% of max value = 765). Red value is 124 (48.83% from 255 or 26.84% from 462); Green value is 208 (81.64% from 255 or 45.02% from 462); Blue value is 130 (51.17% from 255 or 28.14% from 462); Max value from RGB is 208 - color contains mainly: green. Hex color #7CD082 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7CD082 is #832F7D. Grayscale: #AEAEAE. Windows color (decimal): -8597374 or 8573052. OLE color: 8573052.

HSL color Cylindrical-coordinate representation of color #7CD082: hue angle of 124.29º 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 #7CD082 is Cyan = 0.40, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.18.

Color convert

RGB124208130-
CMYK0.4000.380.18
HSL124.29º47.19%65.1%-
HSV(B)124.29º40.38%81.57%-
XYZ34.951.0129.13-
YUV173.99103.1792.34-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 26.84%
GREEN value IS 208 (81.64% from 255) = 45.02%
BLUE value IS 130 (51.17% from 255) = 28.14%
R=26.84%
G=45.02%
B=28.14%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1242081300.4000.380.18124.2947.1965.1
Hex7CD08228026127c2f41
Octal174320202500462217457101
Binary1111100110100001000001010100001001101001011111001011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CD082

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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