#8CCD82

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

Shades of De York #8CCD82

Tints of De York #8CCD82

Color information

#8CCD82 (or 0x8CCD82) is unknown color: approx De York. HEX triplet: 8C, CD and 82. RGB value is (140,205,130). Sum of RGB (Red+Green+Blue) = 140+205+130=475 (62% of max value = 765). Red value is 140 (55.08% from 255 or 29.47% from 475); Green value is 205 (80.47% from 255 or 43.16% from 475); Blue value is 130 (51.17% from 255 or 27.37% from 475); Max value from RGB is 205 - color contains mainly: green. Hex color #8CCD82 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CCD82 is #73327D. Grayscale: #B1B1B1. Windows color (decimal): -7549566 or 8572300. OLE color: 8572300.

HSL color Cylindrical-coordinate representation of color #8CCD82: hue angle of 112º degrees, saturation: 0.43, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8CCD82 is Cyan = 0.32, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.20.

Color convert

RGB140205130-
CMYK0.3200.370.20
HSL112º42.86%65.69%-
HSV(B)112º36.59%80.39%-
XYZ36.6850.8529-
YUV177.02101.47101.6-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 29.47%
GREEN value IS 205 (80.47% from 255) = 43.16%
BLUE value IS 130 (51.17% from 255) = 27.37%
R=29.47%
G=43.16%
B=27.37%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1402051300.3200.370.2011242.8665.69
Hex8CCD822002514702b42
Octal214315202400452416053102
Binary10001100110011011000001010000001001011010011100001010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CCD82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8CCD82; }

 p { color: rgb(140,205,130); }

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

<style>
 a { background-color: #8CCD82; }

 a { background-color: rgb(140,205,130); }

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

<style>
 span { border-color: #8CCD82; }

 span { border-color: rgb(140,205,130); }

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