#8FC98E

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

Shades of De York #8FC98E

Tints of De York #8FC98E

Color information

#8FC98E (or 0x8FC98E) is unknown color: approx De York. HEX triplet: 8F, C9 and 8E. RGB value is (143,201,142). Sum of RGB (Red+Green+Blue) = 143+201+142=486 (64% of max value = 765). Red value is 143 (56.25% from 255 or 29.42% from 486); Green value is 201 (78.91% from 255 or 41.36% from 486); Blue value is 142 (55.86% from 255 or 29.22% from 486); Max value from RGB is 201 - color contains mainly: green. Hex color #8FC98E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8FC98E is #703671. Grayscale: #B1B1B1. Windows color (decimal): -7353970 or 9357711. OLE color: 9357711.

HSL color Cylindrical-coordinate representation of color #8FC98E: hue angle of 118.98º degrees, saturation: 0.35, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #8FC98E is Cyan = 0.29, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.21.

Color convert

RGB143201142-
CMYK0.2900.290.21
HSL118.98º35.33%67.25%-
HSV(B)118.98º29.35%78.82%-
XYZ37.149.5733.2-
YUV176.93108.28103.8-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 29.42%
GREEN value IS 201 (78.91% from 255) = 41.36%
BLUE value IS 142 (55.86% from 255) = 29.22%
R=29.42%
G=41.36%
B=29.22%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1432011420.2900.290.21118.9835.3367.25
Hex8FC98E1D01D15772343
Octal217311216350352516743103
Binary100011111100100110001110111010111011010111101111000111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FC98E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,201,142); }

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

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

 a { background-color: rgb(143,201,142); }

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

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

 span { border-color: rgb(143,201,142); }

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