#8FCF88

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

Shades of De York #8FCF88

Tints of De York #8FCF88

Color information

#8FCF88 (or 0x8FCF88) is unknown color: approx De York. HEX triplet: 8F, CF and 88. RGB value is (143,207,136). Sum of RGB (Red+Green+Blue) = 143+207+136=486 (64% of max value = 765). Red value is 143 (56.25% from 255 or 29.42% from 486); Green value is 207 (81.25% from 255 or 42.59% from 486); Blue value is 136 (53.52% from 255 or 27.98% from 486); Max value from RGB is 207 - color contains mainly: green. Hex color #8FCF88 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8FCF88 is #703077. Grayscale: #B3B3B3. Windows color (decimal): -7352440 or 8966031. OLE color: 8966031.

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

Color convert

RGB143207136-
CMYK0.3100.340.19
HSL114.08º42.51%67.25%-
HSV(B)114.08º34.3%81.18%-
XYZ38.0852.2431.37-
YUV179.77103.3101.77-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 29.42%
GREEN value IS 207 (81.25% from 255) = 42.59%
BLUE value IS 136 (53.52% from 255) = 27.98%
R=29.42%
G=42.59%
B=27.98%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1432071360.3100.340.19114.0842.5167.25
Hex8FCF881F02213722b43
Octal217317210370422316253103
Binary1000111111001111100010001111101000101001111100101010111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FCF88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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