#8FD088

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

Shades of De York #8FD088

Tints of De York #8FD088

Color information

#8FD088 (or 0x8FD088) is unknown color: approx De York. HEX triplet: 8F, D0 and 88. RGB value is (143,208,136). Sum of RGB (Red+Green+Blue) = 143+208+136=487 (64% of max value = 765). Red value is 143 (56.25% from 255 or 29.36% from 487); Green value is 208 (81.64% from 255 or 42.71% from 487); Blue value is 136 (53.52% from 255 or 27.93% from 487); Max value from RGB is 208 - color contains mainly: green. Hex color #8FD088 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8FD088 is #702F77. Grayscale: #B4B4B4. Windows color (decimal): -7352184 or 8966287. OLE color: 8966287.

HSL color Cylindrical-coordinate representation of color #8FD088: hue angle of 114.17º degrees, saturation: 0.43, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8FD088 is Cyan = 0.31, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.18.

Color convert

RGB143208136-
CMYK0.3100.350.18
HSL114.17º43.37%67.45%-
HSV(B)114.17º34.62%81.57%-
XYZ38.3352.7331.45-
YUV180.36102.97101.35-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 29.36%
GREEN value IS 208 (81.64% from 255) = 42.71%
BLUE value IS 136 (53.52% from 255) = 27.93%
R=29.36%
G=42.71%
B=27.93%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1432081360.3100.350.18114.1743.3767.45
Hex8FD0881F02312722b43
Octal217320210370432216253103
Binary1000111111010000100010001111101000111001011100101010111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FD088

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,208,136); }

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

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

 a { background-color: rgb(143,208,136); }

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

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

 span { border-color: rgb(143,208,136); }

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