#8CCE83

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

Shades of De York #8CCE83

Tints of De York #8CCE83

Color information

#8CCE83 (or 0x8CCE83) is unknown color: approx De York. HEX triplet: 8C, CE and 83. RGB value is (140,206,131). Sum of RGB (Red+Green+Blue) = 140+206+131=477 (63% of max value = 765). Red value is 140 (55.08% from 255 or 29.35% from 477); Green value is 206 (80.86% from 255 or 43.19% from 477); Blue value is 131 (51.56% from 255 or 27.46% from 477); Max value from RGB is 206 - color contains mainly: green. Hex color #8CCE83 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CCE83 is #73317C. Grayscale: #B1B1B1. Windows color (decimal): -7549309 or 8638092. OLE color: 8638092.

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

Color convert

RGB140206131-
CMYK0.3200.360.19
HSL112.8º43.35%66.08%-
HSV(B)112.8º36.41%80.78%-
XYZ36.9851.3629.44-
YUV177.72101.63101.1-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 29.35%
GREEN value IS 206 (80.86% from 255) = 43.19%
BLUE value IS 131 (51.56% from 255) = 27.46%
R=29.35%
G=43.19%
B=27.46%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1402061310.3200.360.19112.843.3566.08
Hex8CCE832002413712b42
Octal214316203400442316153102
Binary10001100110011101000001110000001001001001111100011010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CCE83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,206,131); }

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

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

 a { background-color: rgb(140,206,131); }

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

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

 span { border-color: rgb(140,206,131); }

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