#8FD690

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

Shades of De York #8FD690

Tints of De York #8FD690

Color information

#8FD690 (or 0x8FD690) is unknown color: approx De York. HEX triplet: 8F, D6 and 90. RGB value is (143,214,144). Sum of RGB (Red+Green+Blue) = 143+214+144=501 (66% of max value = 765). Red value is 143 (56.25% from 255 or 28.54% from 501); Green value is 214 (83.98% from 255 or 42.71% from 501); Blue value is 144 (56.64% from 255 or 28.74% from 501); Max value from RGB is 214 - color contains mainly: green. Hex color #8FD690 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8FD690 is #70296F. Grayscale: #B9B9B9. Windows color (decimal): -7350640 or 9492111. OLE color: 9492111.

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

Color convert

RGB143214144-
CMYK0.3300.330.16
HSL120.85º46.41%70%-
HSV(B)120.85º33.18%83.92%-
XYZ40.4155.9535.05-
YUV184.79104.9898.19-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 28.54%
GREEN value IS 214 (83.98% from 255) = 42.71%
BLUE value IS 144 (56.64% from 255) = 28.74%
R=28.54%
G=42.71%
B=28.74%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1432141440.3300.330.16120.8546.4170
Hex8FD6902102110792e46
Octal217326220410412017156106
Binary10001111110101101001000010000101000011000011110011011101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FD690

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,214,144); }

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

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

 a { background-color: rgb(143,214,144); }

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

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

 span { border-color: rgb(143,214,144); }

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