#8CD594

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

Shades of De York #8CD594

Tints of De York #8CD594

Color information

#8CD594 (or 0x8CD594) is unknown color: approx De York. HEX triplet: 8C, D5 and 94. RGB value is (140,213,148). Sum of RGB (Red+Green+Blue) = 140+213+148=501 (66% of max value = 765). Red value is 140 (55.08% from 255 or 27.94% from 501); Green value is 213 (83.59% from 255 or 42.51% from 501); Blue value is 148 (58.20% from 255 or 29.54% from 501); Max value from RGB is 213 - color contains mainly: green. Hex color #8CD594 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CD594 is #732A6B. Grayscale: #B7B7B7. Windows color (decimal): -7547500 or 9753996. OLE color: 9753996.

HSL color Cylindrical-coordinate representation of color #8CD594: hue angle of 126.58º degrees, saturation: 0.46, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8CD594 is Cyan = 0.34, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.16.

Color convert

RGB140213148-
CMYK0.3400.310.16
HSL126.58º46.5%69.22%-
HSV(B)126.58º34.27%83.53%-
XYZ39.9555.336.59-
YUV183.76107.8296.79-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 27.94%
GREEN value IS 213 (83.59% from 255) = 42.51%
BLUE value IS 148 (58.20% from 255) = 29.54%
R=27.94%
G=42.51%
B=29.54%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1402131480.3400.310.16126.5846.569.22
Hex8CD5942201F107f2e45
Octal214325224420372017756105
Binary1000110011010101100101001000100111111000011111111011101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CD594

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,213,148); }

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

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

 a { background-color: rgb(140,213,148); }

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

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

 span { border-color: rgb(140,213,148); }

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