#8DCF8B

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

Shades of De York #8DCF8B

Tints of De York #8DCF8B

Color information

#8DCF8B (or 0x8DCF8B) is unknown color: approx De York. HEX triplet: 8D, CF and 8B. RGB value is (141,207,139). Sum of RGB (Red+Green+Blue) = 141+207+139=487 (64% of max value = 765). Red value is 141 (55.47% from 255 or 28.95% from 487); Green value is 207 (81.25% from 255 or 42.51% from 487); Blue value is 139 (54.69% from 255 or 28.54% from 487); Max value from RGB is 207 - color contains mainly: green. Hex color #8DCF8B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8DCF8B is #723074. Grayscale: #B3B3B3. Windows color (decimal): -7483509 or 9162637. OLE color: 9162637.

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

Color convert

RGB141207139-
CMYK0.3200.330.19
HSL118.24º41.46%67.84%-
HSV(B)118.24º32.85%81.18%-
XYZ37.9652.1532.49-
YUV179.51105.13100.53-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 28.95%
GREEN value IS 207 (81.25% from 255) = 42.51%
BLUE value IS 139 (54.69% from 255) = 28.54%
R=28.95%
G=42.51%
B=28.54%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1412071390.3200.330.19118.2441.4667.84
Hex8DCF8B2002113762944
Octal215317213400412316651104
Binary10001101110011111000101110000001000011001111101101010011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DCF8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,207,139); }

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

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

 a { background-color: rgb(141,207,139); }

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

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

 span { border-color: rgb(141,207,139); }

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