#8DD694

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

Shades of De York #8DD694

Tints of De York #8DD694

Color information

#8DD694 (or 0x8DD694) is unknown color: approx De York. HEX triplet: 8D, D6 and 94. RGB value is (141,214,148). Sum of RGB (Red+Green+Blue) = 141+214+148=503 (66% of max value = 765). Red value is 141 (55.47% from 255 or 28.03% from 503); Green value is 214 (83.98% from 255 or 42.54% from 503); Blue value is 148 (58.20% from 255 or 29.42% from 503); Max value from RGB is 214 - color contains mainly: green. Hex color #8DD694 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8DD694 is #72296B. Grayscale: #B8B8B8. Windows color (decimal): -7481708 or 9754253. OLE color: 9754253.

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

Color convert

RGB141214148-
CMYK0.3400.310.16
HSL125.75º47.1%69.61%-
HSV(B)125.75º34.11%83.92%-
XYZ40.3855.8936.68-
YUV184.65107.3296.87-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 28.03%
GREEN value IS 214 (83.98% from 255) = 42.54%
BLUE value IS 148 (58.20% from 255) = 29.42%
R=28.03%
G=42.54%
B=29.42%

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
Decimal1412141480.3400.310.16125.7547.169.61
Hex8DD6942201F107e2f46
Octal215326224420372017657106
Binary1000110111010110100101001000100111111000011111101011111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DD694

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,214,148); }

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

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

 a { background-color: rgb(141,214,148); }

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

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

 span { border-color: rgb(141,214,148); }

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