#7DC082

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

Shades of De York #7DC082

Tints of De York #7DC082

Color information

#7DC082 (or 0x7DC082) is unknown color: approx De York. HEX triplet: 7D, C0 and 82. RGB value is (125,192,130). Sum of RGB (Red+Green+Blue) = 125+192+130=447 (59% of max value = 765). Red value is 125 (49.22% from 255 or 27.96% from 447); Green value is 192 (75.39% from 255 or 42.95% from 447); Blue value is 130 (51.17% from 255 or 29.08% from 447); Max value from RGB is 192 - color contains mainly: green. Hex color #7DC082 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DC082 is #823F7D. Grayscale: #A5A5A5. Windows color (decimal): -8535934 or 8568957. OLE color: 8568957.

HSL color Cylindrical-coordinate representation of color #7DC082: hue angle of 124.48º 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 #7DC082 is Cyan = 0.35, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.25.

Color convert

RGB125192130-
CMYK0.3500.320.25
HSL124.48º34.72%62.16%-
HSV(B)124.48º34.9%75.29%-
XYZ31.3443.6727.9-
YUV164.9108.399.54-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 27.96%
GREEN value IS 192 (75.39% from 255) = 42.95%
BLUE value IS 130 (51.17% from 255) = 29.08%
R=27.96%
G=42.95%
B=29.08%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1251921300.3500.320.25124.4834.7262.16
Hex7DC08223020197c233e
Octal17530020243040311744376
Binary111110111000000100000101000110100000110011111100100011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DC082

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,192,130); }

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

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

 a { background-color: rgb(125,192,130); }

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

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

 span { border-color: rgb(125,192,130); }

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