#8ECF83

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

Shades of De York #8ECF83

Tints of De York #8ECF83

Color information

#8ECF83 (or 0x8ECF83) is unknown color: approx De York. HEX triplet: 8E, CF and 83. RGB value is (142,207,131). Sum of RGB (Red+Green+Blue) = 142+207+131=480 (63% of max value = 765). Red value is 142 (55.86% from 255 or 29.58% from 480); Green value is 207 (81.25% from 255 or 43.12% from 480); Blue value is 131 (51.56% from 255 or 27.29% from 480); Max value from RGB is 207 - color contains mainly: green. Hex color #8ECF83 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8ECF83 is #71307C. Grayscale: #B3B3B3. Windows color (decimal): -7417981 or 8638350. OLE color: 8638350.

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

Color convert

RGB142207131-
CMYK0.3100.370.19
HSL111.32º44.19%66.27%-
HSV(B)111.32º36.71%81.18%-
XYZ37.5652.0229.53-
YUV178.9100.97101.68-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 29.58%
GREEN value IS 207 (81.25% from 255) = 43.12%
BLUE value IS 131 (51.56% from 255) = 27.29%
R=29.58%
G=43.12%
B=27.29%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1422071310.3100.370.19111.3244.1966.27
Hex8ECF831F025136f2c42
Octal216317203370452315754102
Binary1000111011001111100000111111101001011001111011111011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ECF83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,207,131); }

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

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

 a { background-color: rgb(142,207,131); }

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

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

 span { border-color: rgb(142,207,131); }

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