#8CD384

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

Shades of De York #8CD384

Tints of De York #8CD384

Color information

#8CD384 (or 0x8CD384) is unknown color: approx De York. HEX triplet: 8C, D3 and 84. RGB value is (140,211,132). Sum of RGB (Red+Green+Blue) = 140+211+132=483 (63% of max value = 765). Red value is 140 (55.08% from 255 or 28.99% from 483); Green value is 211 (82.81% from 255 or 43.69% from 483); Blue value is 132 (51.95% from 255 or 27.33% from 483); Max value from RGB is 211 - color contains mainly: green. Hex color #8CD384 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CD384 is #732C7B. Grayscale: #B5B5B5. Windows color (decimal): -7548028 or 8704908. OLE color: 8704908.

HSL color Cylindrical-coordinate representation of color #8CD384: hue angle of 113.92º degrees, saturation: 0.47, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8CD384 is Cyan = 0.34, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.17.

Color convert

RGB140211132-
CMYK0.3400.370.17
HSL113.92º47.31%67.25%-
HSV(B)113.92º37.44%82.75%-
XYZ38.2753.8330.2-
YUV180.76100.4898.92-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 28.99%
GREEN value IS 211 (82.81% from 255) = 43.69%
BLUE value IS 132 (51.95% from 255) = 27.33%
R=28.99%
G=43.69%
B=27.33%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1402111320.3400.370.17113.9247.3167.25
Hex8CD3842202511722f43
Octal214323204420452116257103
Binary10001100110100111000010010001001001011000111100101011111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CD384

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,211,132); }

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

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

 a { background-color: rgb(140,211,132); }

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

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

 span { border-color: rgb(140,211,132); }

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