#8FCD92

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

Shades of De York #8FCD92

Tints of De York #8FCD92

Color information

#8FCD92 (or 0x8FCD92) is unknown color: approx De York. HEX triplet: 8F, CD and 92. RGB value is (143,205,146). Sum of RGB (Red+Green+Blue) = 143+205+146=494 (65% of max value = 765). Red value is 143 (56.25% from 255 or 28.95% from 494); Green value is 205 (80.47% from 255 or 41.50% from 494); Blue value is 146 (57.42% from 255 or 29.55% from 494); Max value from RGB is 205 - color contains mainly: green. Hex color #8FCD92 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8FCD92 is #70326D. Grayscale: #B3B3B3. Windows color (decimal): -7352942 or 9620879. OLE color: 9620879.

HSL color Cylindrical-coordinate representation of color #8FCD92: hue angle of 122.9º degrees, saturation: 0.38, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8FCD92 is Cyan = 0.30, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.20.

Color convert

RGB143205146-
CMYK0.3000.290.20
HSL122.9º38.27%68.24%-
HSV(B)122.9º30.24%80.39%-
XYZ38.3551.5835.13-
YUV179.74108.96101.8-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 28.95%
GREEN value IS 205 (80.47% from 255) = 41.50%
BLUE value IS 146 (57.42% from 255) = 29.55%
R=28.95%
G=41.50%
B=29.55%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1432051460.3000.290.20122.938.2768.24
Hex8FCD921E01D147b2644
Octal217315222360352417346104
Binary100011111100110110010010111100111011010011110111001101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FCD92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,205,146); }

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

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

 a { background-color: rgb(143,205,146); }

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

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

 span { border-color: rgb(143,205,146); }

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